[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 146 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
ProjectHandler:: (3 méthodes):
__construct()
init()
startElement()
Classe: ProjectHandler - X-Ref
Handler class for the <project> XML element This class handles all elements__construct($parser, $parentHandler, $configurator) X-Ref |
Constructs a new ProjectHandler param: object the ExpatParser object param: object the parent handler that invoked this handler param: object the ProjectConfigurator object |
init($tag, $attrs) X-Ref |
Executes initialization actions required to setup the project. Usually this method handles the attributes of a tag. param: string the tag that comes in param: array attributes the tag carries param: object the ProjectConfigurator object |
startElement($name, $attrs) X-Ref |
Handles start elements within the <project> tag by creating and calling the required handlers for the detected element. param: string the tag that comes in param: array attributes the tag carries |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |