PHP Class ApiGen\Parser\Reflection\Extractors\ParentClassElementsExtractor

Inheritance: implements ApiGen\Contracts\Parser\Reflection\Extractors\ParentClassElementsExtractorInterface
Datei anzeigen Open project: apigen/apigen

Public Methods

Method Description
__construct ( ReflectionClass $reflectionClass )
getInheritedConstants ( )
getInheritedMethods ( )
getInheritedProperties ( )

Private Methods

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

Method Details

__construct() public method

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

getInheritedConstants() public method

getInheritedMethods() public method

public getInheritedMethods ( )

getInheritedProperties() public method