Home
last modified time | relevance | path

Searched refs:implement (Results 1 – 12 of 12) sorted by relevance

/PHP-Parser/test/PhpParser/Builder/
H A DEnumTest.php22 ->implement('Namespaced\SomeInterface', new Name('OtherInterface'))
149 ->implement('');
156 ->implement(['Foo']);
H A DClassTest.php24 ->implement('Namespaced\Logger', new Name('SomeInterface'))
25 ->implement('\Fully\Qualified', 'namespace\NamespaceRelative')
/PHP-Parser/lib/PhpParser/Builder/
H A DEnum_.php57 public function implement(...$interfaces) { function in PhpParser\\Builder\\Enum_
H A DClass_.php58 public function implement(...$interfaces) { function in PhpParser\\Builder\\Class_
/PHP-Parser/doc/component/
H A DJSON_representation.markdown4 Nodes (and comments) implement the `JsonSerializable` interface. As such, it is possible to JSON
H A DAST_builders.markdown37 ->implement('A\Few', '\Interfaces')
H A DWalking_the_AST.markdown95 As you usually do not want to implement all four methods, it is recommended that you extend
/PHP-Parser/
H A DUPGRADE-2.0.md69 implement a `getSubNodeNames()` method.
H A DUPGRADE-4.0.md15 automatically convert strings to `Identifier`s and `Identifier`s implement `__toString()`. As such
H A DCHANGELOG.md1007 * Nodes and Comments now implement `JsonSerializable`. The node kind is stored in a `nodeType`
/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php280 ->implement('A\Few', '\Interfaces')
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown329 All visitors must implement the `PhpParser\NodeVisitor` interface, which defines the following four

Completed in 23 milliseconds