FeController::allowedActions PHP Метод

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

List of allowd default Actions for the user
public allowedActions ( ) : type
Результат type
    public function allowedActions()
    {
        return 'login,logout';
    }