[ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 120 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 1 fois |
Nécessite: | 0 fichiers |
Object:: (9 méthodes):
Object()
__getObjectId()
toString()
_dumpVars()
className()
getParentClass()
isSubclass()
getMethods()
typeOf()
Object() X-Ref |
Constructor |
__getObjectId() X-Ref |
Pas de description |
toString() X-Ref |
Returns a string with a representation of the class return: The string representing the object |
_dumpVars() X-Ref |
Pas de description |
className() X-Ref |
Returns the name of the class return: String with the name of the class |
getParentClass() X-Ref |
Returns the name of the parent class return: String containing the name of the parent class |
isSubclass( $object ) X-Ref |
Returns true if the current class is a subclass of the given class param: $object The object. return: True if the object is a subclass of the given object or false otherwise. |
getMethods() X-Ref |
Returns an array containing the methods available in this class return: Array containing all the methods available in the object. |
typeOf( $object ) X-Ref |
Returns true if the class is of the given type. param: object Object return: Returns true if they are of the same type or false otherwise. |
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |