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);
    }