PHP Класс ZF\Apigility\Admin\Module

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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