PHP Class ZF\Apigility\Admin\Controller\StrategyController

Inheritance: extends Zend\Mvc\Controller\AbstractActionController
Show file Open project: zfcampus/zf-apigility-admin

Protected Properties

Property Type Description
$serviceLocator

Public Methods

Method Description
__construct ( Interop\Container\ContainerInterface $serviceLocator )
existsAction ( )
getServiceLocator ( ) : Interop\Container\ContainerInterface

Method Details

__construct() public method

public __construct ( Interop\Container\ContainerInterface $serviceLocator )
$serviceLocator Interop\Container\ContainerInterface

existsAction() public method

public existsAction ( )

getServiceLocator() public method

public getServiceLocator ( ) : Interop\Container\ContainerInterface
return Interop\Container\ContainerInterface

Property Details

$serviceLocator protected property

protected $serviceLocator