Scan
Everything under Quiote\Docs\Scan.
Classes
Section titled “Classes”| Class | Description |
|---|---|
FileTokenReader | Reads a PHP file’s namespace, first class-like declaration and use imports straight from its tokens, without executing or autoloading anything. |
ScannedType | One class-like declaration, as read out of its source file by the tokenizer. |
SourceScanner | Finds every documentable class-like in the framework by walking Composer’s PSR-4 prefix map and reading each file’s own declaration. |