PHP Class Bravo3\Orm\Tests\Entities\Refs\Owner

Show file Open project: bravo3/orm

Protected Properties

Property Type Description
$id string
$leaf Leaf[] Unreciprocated relationship

Public Methods

Method Description
getId ( ) : string Get Id
getLeaf ( ) : Leaf[] Get Leaf
setId ( string $id ) Set Id
setLeaf ( array $leaf ) Set Leaf

Method Details

getId() public method

Get Id
public getId ( ) : string
return string

getLeaf() public method

Get Leaf
public getLeaf ( ) : Leaf[]
return Leaf[]

setId() public method

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

setLeaf() public method

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

Property Details

$id protected property

protected string $id
return string

$leaf protected property

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