final class Parser
Creates an array of ObjectElements from the given files.
| Namespace | BeastBytes\CodPhp |
|---|---|
| Inheritance | BeastBytes\CodPhp\Parser |
Methods
parse()
Parse files that contain objects - class, enum, interface, or trait - into ObjectElements.
| public static function parse(array $files): array | ||
| $files | array | Files to parse |
| return | array | ObjectElements |
| throws | ReflectionException | |
Declared in BeastBytes\CodPhp\Parser
Generated by CodPhp