PHP Class ZF\Apigility\Admin\Model\AbstractAutodiscoveryModel

ファイルを表示 Open project: zfcampus/zf-apigility-admin

Protected Properties

Property Type Description
$config array
$filters array
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
$validators array

Public Methods

Method Description
__construct ( $config ) Constructor
getServiceLocator ( ) : Zend\ServiceManager\ServiceLocatorInterface Get service locator
setServiceLocator ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AbstractAutodiscoveryModel Set service locator

Protected Methods

Method Description
moduleHasService ( $module, $version, $tableName ) : boolean

Method Details

__construct() public method

Constructor
public __construct ( $config )
$config

getServiceLocator() public method

Get service locator
public getServiceLocator ( ) : Zend\ServiceManager\ServiceLocatorInterface
return Zend\ServiceManager\ServiceLocatorInterface

moduleHasService() protected method

protected moduleHasService ( $module, $version, $tableName ) : boolean
$module
$version
$tableName
return boolean

setServiceLocator() public method

Set service locator
public setServiceLocator ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AbstractAutodiscoveryModel
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
return AbstractAutodiscoveryModel

Property Details

$config protected_oe property

protected array $config
return array

$filters protected_oe property

protected array $filters
return array

$serviceLocator protected_oe property

protected ServiceLocatorInterface,Zend\ServiceManager $serviceLocator
return Zend\ServiceManager\ServiceLocatorInterface

$validators protected_oe property

protected array $validators
return array