PHP Class PPI\Framework\Module\Controller\ControllerResolver

See also: Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
Author: Fabien Potencier ([email protected])
Author: Vítor Brandão ([email protected])
Author: Paul Dragoonis ([email protected])
Inheritance: extends Symfony\Component\HttpKernel\Controller\ControllerResolver
Afficher le fichier Open project: ppi/framework

Protected Properties

Свойство Type Description
$request

Méthodes publiques

Méthode Description
__construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceManager, ControllerNameParser $parser, Psr\Log\LoggerInterface $logger = null ) Constructor.

Méthodes protégées

Méthode Description
createController ( string $controller ) : mixed Returns a callable for the given controller.
instantiateController ( string $class ) : object

Method Details

__construct() public méthode

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() protected méthode

Returns a callable for the given controller.
protected createController ( string $controller ) : mixed
$controller string A Controller string
Résultat mixed A PHP callable

instantiateController() protected méthode

protected instantiateController ( string $class ) : object
$class string
Résultat object

Property Details

$request protected_oe property

protected $request