Element
class Element extends Alvine
Ein einzelner Block
Constants
URL |
URL |
HEIGHT |
Höhe |
THUMBNAIL |
Thumbnail |
SANDBOX |
Sandbox |
LOADERFUNCTION |
Loader |
Properties
protected string | $name | ||
protected URI | $url | ||
protected integer | $height | ||
protected string | $thumbnail | ||
protected boolean | $sandbox | ||
protected string | $loaderFunction |
Methods
__construct(string $name, URI $url, integer $height, string $thumbnail = null, boolean $sandbox = false, string $loaderFunction = null)
Neues Element
string
getName()
Name
array
toArray()
Array-Struktur
Details
at line 103
__construct(string $name, URI $url, integer $height, string $thumbnail = null, boolean $sandbox = false, string $loaderFunction = null)
Neues Element
at line 119
string
getName()
Name
at line 128
array
toArray()
Array-Struktur