PHP 트레잇 gossi\codegen\model\parts\TypePart

For all models that have a type
저자: Thomas Gossmmann
파일 보기 프로젝트 열기: gossi/php-code-generator

공개 메소드들

메소드 설명
getType ( ) : string Returns the type
getTypeDescription ( ) : string Returns the type description
setType ( string $type, string $description = null ) Sets the type
setTypeDescription ( string $description ) Sets the description for the type

메소드 상세

getType() 공개 메소드

Returns the type
public getType ( ) : string
리턴 string

getTypeDescription() 공개 메소드

Returns the type description
public getTypeDescription ( ) : string
리턴 string

setType() 공개 메소드

Sets the type
public setType ( string $type, string $description = null )
$type string
$description string

setTypeDescription() 공개 메소드

Sets the description for the type
public setTypeDescription ( string $description )
$description string