示例#1
0
 /**
  * @return \Symforce\AdminBundle\Compiler\Generator\PhpClass
  */
 public function getCompileClass()
 {
     if (null === $this->_compile_class) {
         $this->_compile_class = $this->generator->getAdminPhpGenerator($this);
     }
     return $this->_compile_class;
 }