PHP 클래스 Texy\Image

상속: use trait Strict
파일 보기 프로젝트 열기: dg/texy

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__clone ( )
__construct ( )

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

public __construct ( )

프로퍼티 상세

$URL 공개적으로 프로퍼티

base image URL
public $URL

$asMax 공개적으로 프로퍼티

image width and height are maximal
public $asMax

$height 공개적으로 프로퍼티

optional image height
public $height

$linkedURL 공개적으로 프로퍼티

anchored image URL
public $linkedURL

$modifier 공개적으로 프로퍼티

public Modifier,texy $modifier
리턴 Modifier

$name 공개적으로 프로퍼티

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

$overURL 공개적으로 프로퍼티

on-mouse-over image URL
public $overURL

$width 공개적으로 프로퍼티

optional image width
public $width