PHP 클래스 ZF\Apigility\MvcAuth\UnauthorizedListener

파일 보기 프로젝트 열기: zfcampus/zf-apigility 1 사용 예제들

공개 메소드들

메소드 설명
__invoke ( ZF\MvcAuth\MvcAuthEvent $mvcAuthEvent ) : null | ZF\ApiProblem\ApiProblemResponse Determine if we have an authorization failure, and, if so, return a 403 response

메소드 상세

__invoke() 공개 메소드

Determine if we have an authorization failure, and, if so, return a 403 response
public __invoke ( ZF\MvcAuth\MvcAuthEvent $mvcAuthEvent ) : null | ZF\ApiProblem\ApiProblemResponse
$mvcAuthEvent ZF\MvcAuth\MvcAuthEvent
리턴 null | ZF\ApiProblem\ApiProblemResponse