$class $class : string Specifies one or more class names for an element (refers to a class in a style sheet). Type string
__construct() __construct(string|null $id = null, string|null $class = null, string|null $title = null) AbstractBodyElement constructor. Parameters string|null $id id attribute string|null $class class attribute string|null $title title attribute
isBody() isBody() : boolean Determine, if the element is placed within the HTML body. Returns boolean — true, if it is a HTML body element
isHeader() isHeader() : boolean Determine, if the element is placed within the HTML header. Returns boolean — true, if it is a HTML header element
generateAttributes() generateAttributes() : string Generate attributes of the HTML element. Returns string — generated attributes in HTML syntax
getAttributes() getAttributes() : array Get attributes of the HTML element. Returns array — array of attributes in HTML syntax