ApiGen\Parser\Reflection\Extractors\ParentClassElementsExtractor::getParentClassesAndInterfaces PHP Method

getParentClassesAndInterfaces() private method

private getParentClassesAndInterfaces ( ) : ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface[]
return ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface[]
    private function getParentClassesAndInterfaces()
    {
        return array_merge($this->reflectionClass->getParentClasses(), $this->reflectionClass->getInterfaces());
    }