PHP 클래스 Prado\Wsat\TWsatARGenerator

상속: extends TWsatBaseGenerator
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
buildRelations ( )
generate ( $tableName )
generateAll ( )
setClasPrefix ( $_clas_prefix )
setClassSufix ( $_clas_sufix )

보호된 메소드들

메소드 설명
generateClass ( $properties, $tablename, $classname, $toString )
generateProperty ( $field, $metadata ) -----------------------------------------------------------------------------

비공개 메소드들

메소드 설명
_buildSmartToString ( $tableInfo )
_commonGenerate ( $tableName, $tableInfo )
_getProperClassName ( $tableName )
_renderRelations ( $tablename )

메소드 상세

__construct() 공개 메소드

public __construct ( )

buildRelations() 공개 메소드

public buildRelations ( )

generate() 공개 메소드

public generate ( $tableName )

generateAll() 공개 메소드

public generateAll ( )

generateClass() 보호된 메소드

protected generateClass ( $properties, $tablename, $classname, $toString )

generateProperty() 보호된 메소드

-----------------------------------------------------------------------------
protected generateProperty ( $field, $metadata )

setClasPrefix() 공개 메소드

public setClasPrefix ( $_clas_prefix )

setClassSufix() 공개 메소드

public setClassSufix ( $_clas_sufix )