Prado\Security\TAuthorizationRule::getAuthenticatedApplied PHP Метод

getAuthenticatedApplied() публичный Метод

public getAuthenticatedApplied ( ) : boolean
Результат boolean if this rule applies to authenticated users
    public function getAuthenticatedApplied()
    {
        return $this->_authenticated || $this->_everyone;
    }