Prado\Web\UI\TControlAdapter::onInit PHP Method

onInit() public method

Default implementation calls the attached control's corresponding method.
public onInit ( $param )
    public function onInit($param)
    {
        $this->_control->onInit($param);
    }