Méthode | Description | |
---|---|---|
__construct ( |
||
getConstant ( string $name ) : PHPStan\Reflection\ClassConstantReflection | ||
getInterfaces ( ) : array | ||
getMethod ( string $methodName ) : MethodReflection | ||
getName ( ) : string | ||
getNativeReflection ( ) : ReflectionClass | ||
getParentClass ( ) : boolean | |
||
getParentClassesNames ( ) : array | ||
getParents ( ) : array | ||
getProperty ( string $propertyName, |
||
hasConstant ( string $name ) : boolean | ||
hasMethod ( string $methodName ) : boolean | ||
hasProperty ( string $propertyName ) : boolean | ||
hasTraitUse ( string $traitName ) : boolean | ||
isAbstract ( ) : boolean | ||
isInterface ( ) : boolean | ||
isSubclassOf ( string $className ) : boolean | ||
isTrait ( ) : boolean |
Méthode | Description | |
---|---|---|
getTraitNames ( ) : array |
public __construct ( |
||
$broker | ||
$propertiesClassReflectionExtensions | array | |
$methodsClassReflectionExtensions | array | |
$reflection | ReflectionClass |
public getConstant ( string $name ) : PHPStan\Reflection\ClassConstantReflection | ||
$name | string | |
Résultat | PHPStan\Reflection\ClassConstantReflection |
public getNativeReflection ( ) : ReflectionClass | ||
Résultat | ReflectionClass |
public getParentClass ( ) : boolean | |
||
Résultat | boolean | |
public getProperty ( string $propertyName, |
||
$propertyName | string | |
$scope | ||
Résultat | PHPStan\Reflection\PropertyReflection |
public hasConstant ( string $name ) : boolean | ||
$name | string | |
Résultat | boolean |
public hasProperty ( string $propertyName ) : boolean | ||
$propertyName | string | |
Résultat | boolean |
public hasTraitUse ( string $traitName ) : boolean | ||
$traitName | string | |
Résultat | boolean |
public isSubclassOf ( string $className ) : boolean | ||
$className | string | |
Résultat | boolean |