Searched defs:extends (Results 1 – 5 of 5) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ | ||
H A D | PrintableNewAnonClassNode.php | 26 public ?Node\Name $extends; variable in PhpParser\\Internal\\PrintableNewAnonClassNode |
/PHP-Parser/lib/PhpParser/Node/Stmt/ | ||
H A D | Interface_.php | 9 public array $extends; variable in PhpParser\\Node\\Stmt\\Interface_ |
H A D | Class_.php | 30 public ?Node\Name $extends; variable in PhpParser\\Node\\Stmt\\Class_ |
/PHP-Parser/lib/PhpParser/Builder/ | ||
H A D | Interface_.php | 14 protected array $extends = []; variable in PhpParser\\Builder\\Interface_ |
H A D | Class_.php | 14 protected ?Name $extends = null; variable in PhpParser\\Builder\\Class_ |
Completed in 8 milliseconds