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

Afficher le fichier Open project: bravo3/orm

Protected Properties

Свойство Type Description
$id string
$leaf Leaf[] Unreciprocated relationship

Méthodes publiques

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

Method Details

getId() public méthode

Get Id
public getId ( ) : string
Résultat string

getLeaf() public méthode

Get Leaf
public getLeaf ( ) : Leaf[]
Résultat Leaf[]

setId() public méthode

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

setLeaf() public méthode

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

Property Details

$id protected_oe property

protected string $id
Résultat string

$leaf protected_oe property

Unreciprocated relationship
protected Leaf[],Bravo3\Orm\Tests\Entities\Refs $leaf
Résultat Leaf[]