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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$configFactory ZF\Configuration\ResourceFactory
$models array Already created model instances
$moduleModel ModuleModel
$modules ModulePathSpec

공개 메소드들

메소드 설명
__construct ( ModulePathSpec $modules, ZF\Configuration\ResourceFactory $configFactory, ModuleModel $moduleModel )
factory ( string $module ) : AuthorizationModel

보호된 메소드들

메소드 설명
normalizeModuleName ( string $name ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( ModulePathSpec $modules, ZF\Configuration\ResourceFactory $configFactory, ModuleModel $moduleModel )
$modules ModulePathSpec
$configFactory ZF\Configuration\ResourceFactory
$moduleModel ModuleModel

factory() 공개 메소드

public factory ( string $module ) : AuthorizationModel
$module string
리턴 AuthorizationModel

normalizeModuleName() 보호된 메소드

사용 중단:
protected normalizeModuleName ( string $name ) : string
$name string
리턴 string

프로퍼티 상세

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

protected ResourceFactory,ZF\Configuration $configFactory
리턴 ZF\Configuration\ResourceFactory

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

Already created model instances
protected array $models
리턴 array

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

protected ModuleModel,ZF\Apigility\Admin\Model $moduleModel
리턴 ModuleModel

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

protected ModulePathSpec,ZF\Apigility\Admin\Model $modules
리턴 ModulePathSpec