Skip to content

Scan

Everything under Quiote\Docs\Scan.

ClassDescription
FileTokenReaderReads a PHP file’s namespace, first class-like declaration and use imports straight from its tokens, without executing or autoloading anything.
ScannedTypeOne class-like declaration, as read out of its source file by the tokenizer.
SourceScannerFinds every documentable class-like in the framework by walking Composer’s PSR-4 prefix map and reading each file’s own declaration.