interface Builder
Hierarchy
- interface \PhpParser\Builder
Expanded class hierarchy of Builder
All classes that implement Builder
3 files declare their use of Builder
- TraitUse.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ TraitUse.php - TraitUseAdaptation.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ TraitUseAdaptation.php - Use_.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Use_.php
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder.php, line 5
Namespace
PhpParserView source
interface Builder {
/**
* Returns the built node.
*
* @return Node The built node
*/
public function getNode() : Node;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Builder::getNode | public | function | Returns the built node. | 14 |