[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/propel-generator/classes/propel/engine/builder/om/php5/ -> PHP5ExtensionNodePeerBuilder.php (sommaire)

(pas de description)

Poids: 127 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

PHP5ExtensionNodePeerBuilder:: (5 méthodes):
  getClassname()
  addIncludes()
  addClassOpen()
  addClassBody()
  addClassClose()


Classe: PHP5ExtensionNodePeerBuilder  - X-Ref

Generates the empty PHP5 stub node peer class for user object model (OM).

This class produces the empty stub class that can be customized with application
business logic, custom behavior, etc.

This class replaces the ExtensionNodePeer.tpl, with the intent of being easier for users
to customize (through extending & overriding).

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 peer 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