PHP Class ZF\Apigility\Admin\Model\AbstractAutodiscoveryModel

Afficher le fichier Open project: zfcampus/zf-apigility-admin

Protected Properties

Свойство Type Description
$config array
$filters array
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
$validators array

Méthodes publiques

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

Méthodes protégées

Méthode Description
moduleHasService ( $module, $version, $tableName ) : boolean

Method Details

__construct() public méthode

Constructor
public __construct ( $config )
$config

getServiceLocator() public méthode

Get service locator
public getServiceLocator ( ) : Zend\ServiceManager\ServiceLocatorInterface
Résultat Zend\ServiceManager\ServiceLocatorInterface

moduleHasService() protected méthode

protected moduleHasService ( $module, $version, $tableName ) : boolean
$module
$version
$tableName
Résultat boolean

setServiceLocator() public méthode

Set service locator
public setServiceLocator ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AbstractAutodiscoveryModel
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
Résultat AbstractAutodiscoveryModel

Property Details

$config protected_oe property

protected array $config
Résultat array

$filters protected_oe property

protected array $filters
Résultat array

$serviceLocator protected_oe property

protected ServiceLocatorInterface,Zend\ServiceManager $serviceLocator
Résultat Zend\ServiceManager\ServiceLocatorInterface

$validators protected_oe property

protected array $validators
Résultat array