Prado\Web\UI\TControl::getControlStage PHP Метод

getControlStage() защищенный Метод

This method should only be used by control developers.
protected getControlStage ( ) : integer
Результат 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