PHP 클래스 ZF\Apigility\Admin\Model\AbstractAutodiscoveryModel

파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$config array
$filters array
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
$validators array

공개 메소드들

메소드 설명
__construct ( $config ) Constructor
getServiceLocator ( ) : Zend\ServiceManager\ServiceLocatorInterface Get service locator
setServiceLocator ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AbstractAutodiscoveryModel Set service locator

보호된 메소드들

메소드 설명
moduleHasService ( $module, $version, $tableName ) : boolean

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $config )
$config

getServiceLocator() 공개 메소드

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

moduleHasService() 보호된 메소드

protected moduleHasService ( $module, $version, $tableName ) : boolean
$module
$version
$tableName
리턴 boolean

setServiceLocator() 공개 메소드

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

프로퍼티 상세

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

protected array $config
리턴 array

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

protected array $filters
리턴 array

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

protected ServiceLocatorInterface,Zend\ServiceManager $serviceLocator
리턴 Zend\ServiceManager\ServiceLocatorInterface

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

protected array $validators
리턴 array