Prado\Web\UI\TForm::onInit PHP 메소드

onInit() 공개 메소드

Registers the form with the page.
public onInit ( $param )
    public function onInit($param)
    {
        parent::onInit($param);
        $this->getPage()->setForm($this);
    }