Esempio n. 1
0
 public function compile(Fps_Viewer_CompileParser $compiler)
 {
     $compiler->addIndent();
     $compiler->raw("\$this->setValue(" . $this->compileAttributesArray() . ", ");
     $this->right->compile($compiler);
     $compiler->raw(");\n");
 }