PHP Class ApiGen\Parser\Elements\ElementStorage

Inheritance: implements ApiGen\Contracts\Parser\Elements\ElementStorageInterface
Afficher le fichier Open project: apigen/apigen Class Usage Examples

Méthodes publiques

Méthode Description
__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 ( )

Private Methods

Méthode Description
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 ( )

Method Details

__construct() public méthode

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 méthode

public getClassElements ( )

getClasses() public méthode

public getClasses ( )

getConstants() public méthode

public getConstants ( )

getElements() public méthode

public getElements ( )

getExceptions() public méthode

public getExceptions ( )

getFunctions() public méthode

public getFunctions ( )

getInterfaces() public méthode

public getInterfaces ( )

getNamespaces() public méthode

public getNamespaces ( )

getPackages() public méthode

public getPackages ( )

getTraits() public méthode

public getTraits ( )