PHP 클래스 ZF\Apigility\Admin\Module

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

보호된 프로퍼티들

프로퍼티 타입 설명
$mvcEvent Zend\Mvc\MvcEvent
$sm Interop\Container\ContainerInterface
$urlHelper callable

공개 메소드들

메소드 설명
getConfig ( ) : array | Traversable Returns configuration to merge with application configuration
getDiagnostics ( ) : array | boolean Run diagnostics
init ( Zend\ModuleManager\ModuleManagerInterface $modules ) Initialize module.
onBootstrap ( MvcEvent $e ) Listen to the bootstrap event

보호된 메소드들

메소드 설명
disableOpCache ( ) Disable opcode caching

메소드 상세

disableOpCache() 보호된 메소드

Disables opcode caching for opcode caches that allow doing so during runtime; the admin API will not work with opcode caching enabled.
protected disableOpCache ( )

getConfig() 공개 메소드

Returns configuration to merge with application configuration
public getConfig ( ) : array | Traversable
리턴 array | Traversable

getDiagnostics() 공개 메소드

Run diagnostics
public getDiagnostics ( ) : array | boolean
리턴 array | boolean

init() 공개 메소드

If the admin UI module is not loaded yet, load it. Disable the opcache as well.
public init ( Zend\ModuleManager\ModuleManagerInterface $modules )
$modules Zend\ModuleManager\ModuleManagerInterface

onBootstrap() 공개 메소드

Listen to the bootstrap event
public onBootstrap ( MvcEvent $e )
$e Zend\Mvc\MvcEvent

프로퍼티 상세

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

protected MvcEvent,Zend\Mvc $mvcEvent
리턴 Zend\Mvc\MvcEvent

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

protected ContainerInterface,Interop\Container $sm
리턴 Interop\Container\ContainerInterface

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

protected callable $urlHelper
리턴 callable