[ 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/ -> PHP5InterfaceBuilder.php (sommaire)

(pas de description)

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

Définit 1 class

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


Classe: PHP5InterfaceBuilder  - X-Ref

Generates the empty PHP5 stub interface for user object model (OM).

This class produces the empty stub interface when the interface="" attribute is used
in the the schema xml.

This class replaces the Interface.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 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