PHP Класс ZF2rapid\Generator\ClassGenerator\ModuleClassGenerator

Наследование: extends Zend\Code\Generator\ClassGenerator
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$config array
$moduleRootConstant string

Открытые методы

Метод Описание
__construct ( null | string $moduleName, null | string $moduleRootConstant, array $config = [] )

Защищенные методы

Метод Описание
addClassDocBlock ( $moduleName ) Add a class doc block
addGetAutoloaderConfigMethod ( ) : void Generate the getAutoloaderConfig() method
addGetConfigMethod ( ) : void Generate the getConfig() method
addInitMethod ( ) Generate the init() method

Описание методов

__construct() публичный Метод

public __construct ( null | string $moduleName, null | string $moduleRootConstant, array $config = [] )
$moduleName null | string
$moduleRootConstant null | string
$config array

addClassDocBlock() защищенный Метод

Add a class doc block
protected addClassDocBlock ( $moduleName )
$moduleName

addGetAutoloaderConfigMethod() защищенный Метод

Generate the getAutoloaderConfig() method
protected addGetAutoloaderConfigMethod ( ) : void
Результат void

addGetConfigMethod() защищенный Метод

Generate the getConfig() method
protected addGetConfigMethod ( ) : void
Результат void

addInitMethod() защищенный Метод

Generate the init() method
protected addInitMethod ( )

Описание свойств

$config защищенное свойство

protected array $config
Результат array

$moduleRootConstant защищенное свойство

protected string $moduleRootConstant
Результат string