コード例 #1
0
ファイル: IdentifierNode.php プロジェクト: bugadani/minty
 public function compile(Compiler $compiler)
 {
     $compiler->compileString($this->getData('name'));
 }