PHP Класс ProjectHandler, symfony-1.4

Автор: Andreas Aderhold ([email protected])
Наследование: extends AbstractHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

init() публичный Метод

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

startElement() публичный Метод

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