Prado\Web\UI\TControl::getControlStage PHP Method

getControlStage() protected method

This method should only be used by control developers.
protected getControlStage ( ) : integer
return integer the lifecycle step the control is currently at. The value can be CS_CONSTRUCTED, CS_CHILD_INITIALIZED, CS_INITIALIZED, CS_STATE_LOADED, CS_LOADED, CS_PRERENDERED.
    protected function getControlStage()
    {
        return $this->_stage;
    }
TControl