PHP 클래스 ZF\OAuth2\Factory\AuthControllerFactory

상속: implements Zend\ServiceManager\FactoryInterface
파일 보기 프로젝트 열기: zfcampus/zf-oauth2 1 사용 예제들

공개 메소드들

메소드 설명
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthController
createService ( Zend\ServiceManager\ServiceLocatorInterface $controllers, null | string $name = null, null | string $requestedName = null ) : AuthController

비공개 메소드들

메소드 설명
getOAuth2ServerFactory ( Interop\Container\ContainerInterface $container ) : callable Retrieve the OAuth2\Server factory.
marshalApiProblemErrorResponse ( Interop\Container\ContainerInterface $container ) : boolean Determine whether or not to render API Problem error responses.

메소드 상세

__invoke() 공개 메소드

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthController
$container Interop\Container\ContainerInterface
$requestedName string
$options array
리턴 ZF\OAuth2\Controller\AuthController

createService() 공개 메소드

public createService ( Zend\ServiceManager\ServiceLocatorInterface $controllers, null | string $name = null, null | string $requestedName = null ) : AuthController
$controllers Zend\ServiceManager\ServiceLocatorInterface
$name null | string
$requestedName null | string
리턴 ZF\OAuth2\Controller\AuthController