PHP Class ApiGen\Parser\Reflection\Extractors\ParentClassElementsExtractor

Inheritance: implements ApiGen\Contracts\Parser\Reflection\Extractors\ParentClassElementsExtractorInterface
Afficher le fichier Open project: apigen/apigen

Méthodes publiques

Méthode Description
__construct ( ReflectionClass $reflectionClass )
getInheritedConstants ( )
getInheritedMethods ( )
getInheritedProperties ( )

Private Methods

Méthode Description
getParentClassesAndInterfaces ( ) : ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface[]
sortElements ( array $elements, array $allElements, ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface $reflectionClass ) : array

Method Details

__construct() public méthode

public __construct ( ReflectionClass $reflectionClass )
$reflectionClass ApiGen\Parser\Reflection\ReflectionClass

getInheritedConstants() public méthode

getInheritedMethods() public méthode

public getInheritedMethods ( )

getInheritedProperties() public méthode