PHP 클래스 ZF2rapid\Generator\ClassGenerator\ModuleClassGenerator

상속: extends Zend\Code\Generator\ClassGenerator
파일 보기 프로젝트 열기: zfrapid/zf2rapid 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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