PHP Class Texy\Image

Inheritance: use trait Strict
Show file Open project: dg/texy

Public Properties

Property Type Description
$URL base image URL
$asMax image width and height are maximal
$height optional image height
$linkedURL anchored image URL
$modifier Modifier
$name reference name (if is stored as reference)
$overURL on-mouse-over image URL
$width optional image width

Public Methods

Method Description
__clone ( )
__construct ( )

Method Details

__clone() public method

public __clone ( )

__construct() public method

public __construct ( )

Property Details

$URL public property

base image URL
public $URL

$asMax public property

image width and height are maximal
public $asMax

$height public property

optional image height
public $height

$linkedURL public property

anchored image URL
public $linkedURL

$modifier public property

public Modifier,texy $modifier
return Modifier

$name public property

reference name (if is stored as reference)
public $name

$overURL public property

on-mouse-over image URL
public $overURL

$width public property

optional image width
public $width