Prado\TService::getEnabled PHP Method

getEnabled() public method

public getEnabled ( ) : boolean
return boolean whether the service is enabled
    public function getEnabled()
    {
        return $this->_enabled;
    }