PHP Interface Goetas\Twital\Extension

Author: Asmir Mustafic ([email protected])
Datei anzeigen Open project: goetas/twital

Public Methods

Method Description
getAttributes ( ) : array Array of objects implementing Node interface, responsible of DOM node handling.
getNodes ( ) : array Array of objects implementing Node interface, responsible of DOM node handling.
getSubscribers ( ) : array Array of event subscribers

Method Details

getAttributes() public method

The returned array must be a "two level array", first level as namespace and second level as attribute name. Example: array( 'http://www.w3.org/1998/Math/MathML' => array( 'math'=> new MathML\MathAttribute() ) )
public getAttributes ( ) : array
return array

getNodes() public method

The returned array must be a "two level array", first level as namespace and second level as attribute name. Example: array( 'http://www.w3.org/1998/Math/MathML' => array( 'math'=> new MathML\MathNode() ) )
public getNodes ( ) : array
return array

getSubscribers() public method

Array of event subscribers
public getSubscribers ( ) : array
return array