Prado\Web\UI\WebControls\TTemplatedWizardStep::onInit PHP Method

onInit() public method

Ensures child controls are created.
public onInit ( $param )
    public function onInit($param)
    {
        parent::onInit($param);
        $this->ensureChildControls();
    }