Class TexyImage


TexyObject
   |
   --TexyImage
Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /modules/TexyImageModule.php (line 330)
Constructor Summary
public
Method Summary
void
__clone ()
Methods Inherited From TexyObject
TexyObject::extensionMethod(), TexyObject::getClass(), TexyObject::getReflection(), TexyObject::__call(), TexyObject::__callStatic(), TexyObject::__get(), TexyObject::__isset(), TexyObject::__set(), TexyObject::__unset()
Variable Summary
bool $asMax

line 348

image width and height are maximal
int $height

line 345

optional image height
string $linkedURL

line 339

anchored image URL
TexyModifier $modifier

line 351

string $name

line 354

reference name (if is stored as reference)
string $overURL

line 336

on-mouse-over image URL
string $URL

line 333

base image URL
int $width

line 342

optional image width

Constructor Details

line 358

__construct

public __construct ()

Method Details

line 365

__clone

public void __clone ()

Output
void