%PDF- %PDF-
Direktori : /proc/thread-self/root/var/www/html/sljcon/vendor/nikic/php-parser/lib/PhpParser/ |
Current File : //proc/thread-self/root/var/www/html/sljcon/vendor/nikic/php-parser/lib/PhpParser/Builder.php |
<?php namespace PhpParser; interface Builder { /** * Returns the built node. * * @return Node The built node */ public function getNode(); }