class ImageVariable extends ImageVariable (View source)

Properties

protected string $name from  ImageVariable
protected string $url from  ImageVariable
protected string|null $fID from  ImageVariable

Methods

__construct(string $name, string $url = null, $fID = null)

ImageVariable constructor.

string
getName()

No description

void
setName(string $name)

No description

string|null
getUrl()

No description

void
setUrl(string $url)

No description

string|null
getFileID()

No description

void
setFileID(string|null $fID)

No description

getComputedUrl()

No description

getValue()

No description

jsonSerialize()

No description

Details

__construct(string $name, string $url = null, $fID = null)

ImageVariable constructor.

Parameters

string $name
string $url
$fID

string getName()

No description

Return Value

string

void setName(string $name)

No description

Parameters

string $name

Return Value

void

string|null getUrl()

No description

Return Value

string|null

void setUrl(string $url)

No description

Parameters

string $url

Return Value

void

string|null getFileID()

No description

Return Value

string|null

void setFileID(string|null $fID)

No description

Parameters

string|null $fID

Return Value

void

getComputedUrl()

No description

getValue()

No description

jsonSerialize()

No description