Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 9 of 9) sorted by relevance

/PHP-Parser/lib/PhpParser/Builder/
H A DInterface_.php38 public function extend(...$interfaces) { argument
39 foreach ($interfaces as $interface) {
H A DEnum_.php57 public function implement(...$interfaces) { argument
58 foreach ($interfaces as $interface) {
H A DClass_.php58 public function implement(...$interfaces) { argument
59 foreach ($interfaces as $interface) {
/PHP-Parser/
H A DUPGRADE-4.0.md74 `Unserializer\XML`, as well as the interfaces `Serializer` and `Unserializer` no longer exist.
H A DUPGRADE-3.0.md34 takes an array of subnodes. Unlike classes/interfaces, traits can only have a `stmts` subnode.
H A DCHANGELOG.md341 * Fixed position information for traits/interfaces preceded by if statement (#738).
770 `Unserializer\XML`, as well as the interfaces `Serializer` and `Unserializer` no longer exist.
901 `Unserializer\XML`, as well as the interfaces `Serializer` and `Unserializer` are deprecated.
1033 takes an array of subnodes. Unlike classes/interfaces, traits can only have a `stmts` subnode.
/PHP-Parser/doc/component/
H A DName_resolution.markdown27 * Declarations of functions, classes, interfaces, traits, enums and global constants will have a
H A DAST_builders.markdown18 * classes, interfaces, traits and enums
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php1076 /** @param Name[] $interfaces */
1077 private function checkImplementedInterfaces(array $interfaces): void { argument
1078 foreach ($interfaces as $interface) {

Completed in 18 milliseconds