PHP Класс ApiGen\Parser\Elements\ElementStorage

Наследование: implements ApiGen\Contracts\Parser\Elements\ElementStorageInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ApiGen\Contracts\Parser\ParserStorageInterface $parserResult, ApiGen\Contracts\Configuration\ConfigurationInterface $configuration, ApiGen\Contracts\Parser\Elements\GroupSorterInterface $groupSorter, ApiGen\Contracts\Generator\Resolvers\ElementResolverInterface $elementResolver )
getClassElements ( )
getClasses ( )
getConstants ( )
getElements ( )
getExceptions ( )
getFunctions ( )
getInterfaces ( )
getNamespaces ( )
getPackages ( )
getTraits ( )

Приватные методы

Метод Описание
addUsedByAnnotation ( )
categorizeElementToNamespaceAndPackage ( string $elementName, string $elementType, ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $element )
categorizeParsedElements ( )
ensureCategorization ( )
getNamespaceCount ( ) : integer
getPackageCount ( ) : integer
getSubElements ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $parentElement ) : array
loadUsesToReferencedElementUsedby ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $element )
sortNamespacesAndPackages ( )

Описание методов

__construct() публичный метод

public __construct ( ApiGen\Contracts\Parser\ParserStorageInterface $parserResult, ApiGen\Contracts\Configuration\ConfigurationInterface $configuration, ApiGen\Contracts\Parser\Elements\GroupSorterInterface $groupSorter, ApiGen\Contracts\Generator\Resolvers\ElementResolverInterface $elementResolver )
$parserResult ApiGen\Contracts\Parser\ParserStorageInterface
$configuration ApiGen\Contracts\Configuration\ConfigurationInterface
$groupSorter ApiGen\Contracts\Parser\Elements\GroupSorterInterface
$elementResolver ApiGen\Contracts\Generator\Resolvers\ElementResolverInterface

getClassElements() публичный метод

public getClassElements ( )

getClasses() публичный метод

public getClasses ( )

getConstants() публичный метод

public getConstants ( )

getElements() публичный метод

public getElements ( )

getExceptions() публичный метод

public getExceptions ( )

getFunctions() публичный метод

public getFunctions ( )

getInterfaces() публичный метод

public getInterfaces ( )

getNamespaces() публичный метод

public getNamespaces ( )

getPackages() публичный метод

public getPackages ( )

getTraits() публичный метод

public getTraits ( )