PHP Class ProjectHandler, symfony-1.4

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

Méthodes publiques

Méthode 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 méthode

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

init() public méthode

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

startElement() public méthode

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