PHP 클래스 Bravo3\Orm\Tests\Entities\Refs\Leaf

파일 보기 프로젝트 열기: bravo3/orm

보호된 프로퍼티들

프로퍼티 타입 설명
$id string
$published boolean

공개 메소드들

메소드 설명
getId ( ) : string Get Id
getPublished ( ) : boolean Get Published
setId ( string $id ) Set Id
setPublished ( boolean $published ) Set Published

메소드 상세

getId() 공개 메소드

Get Id
public getId ( ) : string
리턴 string

getPublished() 공개 메소드

Get Published
public getPublished ( ) : boolean
리턴 boolean

setId() 공개 메소드

Set Id
public setId ( string $id )
$id string

setPublished() 공개 메소드

Set Published
public setPublished ( boolean $published )
$published boolean

프로퍼티 상세

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

protected string $id
리턴 string

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

protected bool $published
리턴 boolean