PHP 클래스 ZF2rapid\Generator\CrudGenerator\AbstractActionViewGenerator

상속: extends Zend\Code\Generator\BodyGenerator
파일 보기 프로젝트 열기: zfrapid/zf2rapid

공개 메소드들

메소드 설명
__construct ( null | string $moduleName, Zend\Code\Reflection\ClassReflection $loadedEntity )

보호된 메소드들

메소드 설명
addContent ( string $moduleName, Zend\Code\Reflection\ClassReflection $loadedEntity ) Generate view content
filterCamelCaseToDash ( string $text ) : string Filter camel case to dash
filterCamelCaseToUnderscore ( string $text ) : string Filter camel case to underscore

메소드 상세

__construct() 공개 메소드

public __construct ( null | string $moduleName, Zend\Code\Reflection\ClassReflection $loadedEntity )
$moduleName null | string
$loadedEntity Zend\Code\Reflection\ClassReflection

addContent() 추상적인 보호된 메소드

Generate view content
abstract protected addContent ( string $moduleName, Zend\Code\Reflection\ClassReflection $loadedEntity )
$moduleName string
$loadedEntity Zend\Code\Reflection\ClassReflection

filterCamelCaseToDash() 보호된 메소드

Filter camel case to dash
protected filterCamelCaseToDash ( string $text ) : string
$text string
리턴 string

filterCamelCaseToUnderscore() 보호된 메소드

Filter camel case to underscore
protected filterCamelCaseToUnderscore ( string $text ) : string
$text string
리턴 string