Свойство | Type | Description | |
---|---|---|---|
$reflection | ReflectionClass |
Méthode | Description | |
---|---|---|
__construct ( ReflectionClass $reflection ) | ||
compile ( |
||
getExtendsClass ( ) : null | string | ||
getExtendsClassDefinition ( ) : null | |
||
getFilepath ( ) : string | ||
getMethod ( $name, boolean $inherit = false ) : |
||
hasConst ( string $name, boolean $inherit = false ) : boolean | ||
hasMethod ( string $name, boolean | false $inherit = false ) : boolean | ||
hasProperty ( $name, boolean $inherit = false ) : boolean | ||
isAbstract ( ) : boolean |
public __construct ( ReflectionClass $reflection ) | ||
$reflection | ReflectionClass |
public getExtendsClassDefinition ( ) : null | |
||
Résultat | null | |
public hasProperty ( $name, boolean $inherit = false ) : boolean | ||
$name | ||
$inherit | boolean | |
Résultat | boolean |