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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$id string
$leaf Leaf[] Unreciprocated relationship

공개 메소드들

메소드 설명
getId ( ) : string Get Id
getLeaf ( ) : Leaf[] Get Leaf
setId ( string $id ) Set Id
setLeaf ( array $leaf ) Set Leaf

메소드 상세

getId() 공개 메소드

Get Id
public getId ( ) : string
리턴 string

getLeaf() 공개 메소드

Get Leaf
public getLeaf ( ) : Leaf[]
리턴 Leaf[]

setId() 공개 메소드

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

setLeaf() 공개 메소드

Set Leaf
public setLeaf ( array $leaf )
$leaf array

프로퍼티 상세

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

protected string $id
리턴 string

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

Unreciprocated relationship
protected Leaf[],Bravo3\Orm\Tests\Entities\Refs $leaf
리턴 Leaf[]