PHP 클래스 PPI\Framework\Module\Controller\ControllerResolver

또한 보기: Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
저자: Fabien Potencier ([email protected])
저자: Vítor Brandão ([email protected])
저자: Paul Dragoonis ([email protected])
상속: extends Symfony\Component\HttpKernel\Controller\ControllerResolver
파일 보기 프로젝트 열기: ppi/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$request

공개 메소드들

메소드 설명
__construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceManager, ControllerNameParser $parser, Psr\Log\LoggerInterface $logger = null ) Constructor.

보호된 메소드들

메소드 설명
createController ( string $controller ) : mixed Returns a callable for the given controller.
instantiateController ( string $class ) : object

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceManager, ControllerNameParser $parser, Psr\Log\LoggerInterface $logger = null )
$serviceManager Zend\ServiceManager\ServiceLocatorInterface A ServiceLocatorInterface instance
$parser ControllerNameParser A ControllerNameParser instance
$logger Psr\Log\LoggerInterface A LoggerInterface instance

createController() 보호된 메소드

Returns a callable for the given controller.
protected createController ( string $controller ) : mixed
$controller string A Controller string
리턴 mixed A PHP callable

instantiateController() 보호된 메소드

protected instantiateController ( string $class ) : object
$class string
리턴 object

프로퍼티 상세

$request 보호되어 있는 프로퍼티

protected $request