[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 124 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
PHP5ExtensionNodeBuilder:: (5 méthodes):
getClassname()
addIncludes()
addClassOpen()
addClassBody()
addClassClose()
Classe: PHP5ExtensionNodeBuilder - X-Ref
Generates the empty PHP5 stub node object class for user object model (OM).getClassname() X-Ref |
Returns the name of the current class being built. return: string |
addIncludes(&$script) X-Ref |
Adds the include() statements for files that this class depends on or utilizes. param: string &$script The script will be modified in this method. |
addClassOpen(&$script) X-Ref |
Adds class phpdoc comment and openning of class. param: string &$script The script will be modified in this method. |
addClassBody(&$script) X-Ref |
Specifies the methods that are added as part of the stub object class. By default there are no methods for the empty stub classes; override this method if you want to change that behavior. |
addClassClose(&$script) X-Ref |
Closes class. param: string &$script The script will be modified in this method. |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |