PHP Class ProjectHandler, symfony-1.4

Author: Andreas Aderhold ([email protected])
Inheritance: extends AbstractHandler
Datei anzeigen Open project: vjousse/symfony-1.4 Class Usage Examples

Public Methods

Method Description
__construct ( $parser, $parentHandler, $configurator ) Constructs a new ProjectHandler
init ( $tag, $attrs ) Executes initialization actions required to setup the project. Usually this method handles the attributes of a tag.
startElement ( $name, $attrs ) Handles start elements within the tag by creating and calling the required handlers for the detected element.

Method Details

__construct() public method

Constructs a new ProjectHandler
public __construct ( $parser, $parentHandler, $configurator )

init() public method

Executes initialization actions required to setup the project. Usually this method handles the attributes of a tag.
public init ( $tag, $attrs )

startElement() public method

Handles start elements within the tag by creating and calling the required handlers for the detected element.
public startElement ( $name, $attrs )