PHP 클래스 gossi\codegen\model\AbstractModel

저자: Thomas Gossmann
파일 보기 프로젝트 열기: gossi/php-code-generator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$description string

공개 메소드들

메소드 설명
getDescription ( ) : string Returns this description
setDescription ( string | array $description ) Sets the description, which will also be used when generating a docblock

메소드 상세

getDescription() 공개 메소드

Returns this description
public getDescription ( ) : string
리턴 string

setDescription() 공개 메소드

Sets the description, which will also be used when generating a docblock
public setDescription ( string | array $description )
$description string | array

프로퍼티 상세

$description 보호되어 있는 프로퍼티

protected string $description
리턴 string