ClassNodeExtractorInterface
interface ClassNodeExtractorInterface (View source)
Extracts class AST nodes from PHP stub code.
Methods
extractClass(string $stubCode)
No description
array
extractAllClasses(string $stubCode)
No description
array
extractAllClassesWithImports(string $stubCode)
Extract all class nodes with their import context.
Details
ClassNode
extractClass(string $stubCode)
No description
array
extractAllClasses(string $stubCode)
No description
array
extractAllClassesWithImports(string $stubCode)
Extract all class nodes with their import context.