관리-도구
편집 파일: Builder.php
<?php namespace PhpParser; interface Builder { /** * Returns the built node. * * @return Node The built node */ public function getNode(); }