Nextras\Forms\Bridges\NetteDI\FormsExtension::afterCompile PHP 메소드

afterCompile() 공개 메소드

public afterCompile ( ClassType $class )
$class Nette\PhpGenerator\ClassType
    public function afterCompile(ClassType $class)
    {
        $init = $class->getMethods()['initialize'];
        $init->addBody(__CLASS__ . '::registerControls();');
    }