\OpenEstate\PhpExport\HtmlAbstractHtmlElement

An abstract HTML element.

Summary

Methods
Properties
Constants
__construct()
__destruct()
generate()
isBody()
isHeader()
$id
$class
$title
No constants found
generateAttributes()
getAttributes()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$id

$id : string

Specifies a unique id for an element.

Type

string

$class

$class : string

Specifies one or more class names for an element (refers to a class in a style sheet).

Type

string

$title

$title : string

Specifies extra information about an element.

Type

string

Methods

__construct()

__construct(string|null  $id = null, string|null  $class = null, string|null  $title = null) 

AbstractHtmlElement constructor.

Parameters

string|null $id

id attribute

string|null $class

class attribute

string|null $title

title attribute

__destruct()

__destruct() 

AbstractHtmlElement destructor.

generate()

generate() : string

Generate the HTML element.

Returns

string —

generated HTML code

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