Prado\Web\UI\WebControls\TView::getActive PHP Method

getActive() public method

public getActive ( ) : boolean
return boolean whether this view is active. Defaults to false.
    public function getActive()
    {
        return $this->_active;
    }