PHP 클래스 ProjectHandler, symfony-1.4

저자: Andreas Aderhold ([email protected])
상속: extends AbstractHandler
파일 보기 프로젝트 열기: vjousse/symfony-1.4 1 사용 예제들

공개 메소드들

메소드 설명
__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 )