class AllReflectionParser (View source)

Parses all PHP reflection entities (classes, interfaces, functions, enums, constants) from the current runtime and stores them in the storage manager.

Methods

__construct(CurrentRuntimeReflectionRawDataProvider $dataProvider, ParsedDataStorageManager $storageManager, EntityReflectionObjectParsersRegistry|null $parsersRegistry = null)

No description

void
parseAll()

Parse all reflection entities and store them.

Details

__construct(CurrentRuntimeReflectionRawDataProvider $dataProvider, ParsedDataStorageManager $storageManager, EntityReflectionObjectParsersRegistry|null $parsersRegistry = null)

No description

Parameters

CurrentRuntimeReflectionRawDataProvider $dataProvider
ParsedDataStorageManager $storageManager
EntityReflectionObjectParsersRegistry|null $parsersRegistry

void parseAll()

Parse all reflection entities and store them.

Return Value

void