AttributeList
class AttributeList
Methods
__construct($list = [])
No description
addAttribute(string $name, mixed $content)
Add attribute
string
toString()
Outputs the attribute list as a string for use in markup
string
toVuePropsString()
Outputs the attribute list as a string for use in Vue templates
int
length()
Get length of attribute list
Details
at line 8
__construct($list = [])
at line 19
AttributeList
addAttribute(string $name, mixed $content)
Add attribute
at line 29
string
toString()
Outputs the attribute list as a string for use in markup
at line 52
string
toVuePropsString()
Outputs the attribute list as a string for use in Vue templates
at line 86
int
length()
Get length of attribute list