compileCode() 추상적인 보호된 메소드

abstract protected compileCode ( &$code )
예제 #1
0
 protected function compileCode(&$code)
 {
     $this->assignTo->compileCode($code);
     $code .= ' ' . $this->operator . ' ';
     $this->assignmentValue->compileCode($code);
 }