| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 107 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
ClassTools:: (5 méthodes):
classname()
getFilePath()
getBasePeer()
getBaseClass()
getInterface()
Classe: ClassTools - X-Ref
Tools to support class & package inclusion and referencing.| classname($qualifiedName) X-Ref |
| Gets just classname, given a dot-path to class. param: string $qualifiedName return: string |
| getFilePath($path, $classname = null, $extension = '.php') X-Ref |
| Gets the path to be used in include()/require() statement. Supports two function signatures: (1) getFilePath($dotPathClass); (2) getFilePath($dotPathPrefix, $className); param: string $path dot-path to class or to package prefix. param: string $classname class name return: string |
| getBasePeer(Table $table) X-Ref |
| Gets the basePeer path if specified for table/db. If not, will return 'propel.util.BasePeer' return: string |
| getBaseClass(Table $table) X-Ref |
| Gets the baseClass path if specified for table/db. If not, will return 'propel.om.BaseObject' return: string |
| getInterface(Table $table) X-Ref |
| Gets the interface path if specified for table. If not, will return 'propel.om.Persistent'. return: string |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |