ImageVariable
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.
from
ImageVariable
getValue()
No description
jsonSerialize()
No description
Details
__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