[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 149 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
TargetHandler:: (3 méthodes):
__construct()
init()
startElement()
Classe: TargetHandler - X-Ref
The target handler class.__construct(AbstractSAXParser $parser, AbstractHandler $parentHandler, ProjectConfigurator $configurator) X-Ref |
Constructs a new TargetHandler 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 data structures related to the tag. <p> This includes: <ul> <li>creation of the target object</li> <li>calling the setters for attributes</li> <li>adding the target to the project</li> <li>adding a reference to the target (if id attribute is given)</li> </ul> param: string the tag that comes in param: array attributes the tag carries |
startElement($name, $attrs) X-Ref |
Checks for nested tags within the current one. Creates and calls handlers respectively. 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 |