FeController::allowedActions PHP 메소드

allowedActions() 공개 메소드

List of allowd default Actions for the user
public allowedActions ( ) : type
리턴 type
    public function allowedActions()
    {
        return 'login,logout';
    }