Searched refs:implement (Results 1 – 12 of 12) sorted by relevance
22 ->implement('Namespaced\SomeInterface', new Name('OtherInterface'))149 ->implement('');156 ->implement(['Foo']);
24 ->implement('Namespaced\Logger', new Name('SomeInterface'))25 ->implement('\Fully\Qualified', 'namespace\NamespaceRelative')
57 public function implement(...$interfaces) { function in PhpParser\\Builder\\Enum_
58 public function implement(...$interfaces) { function in PhpParser\\Builder\\Class_
4 Nodes (and comments) implement the `JsonSerializable` interface. As such, it is possible to JSON
37 ->implement('A\Few', '\Interfaces')
95 As you usually do not want to implement all four methods, it is recommended that you extend
69 implement a `getSubNodeNames()` method.
15 automatically convert strings to `Identifier`s and `Identifier`s implement `__toString()`. As such
1030 * Nodes and Comments now implement `JsonSerializable`. The node kind is stored in a `nodeType`
280 ->implement('A\Few', '\Interfaces')
329 All visitors must implement the `PhpParser\NodeVisitor` interface, which defines the following four
Completed in 33 milliseconds