Nextras\Forms\Bridges\NetteDI\FormsExtension::afterCompile PHP Méthode

afterCompile() public méthode

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