Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Bravo3
Orm
Tests
Entities
Refs
Owner
PHP Class Bravo3\Orm\Tests\Entities\Refs\Owner
显示文件
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_oe property
protected
string
$id
return
string
$leaf
protected_oe property
Unreciprocated relationship
protected
Leaf[],Bravo3\Orm\Tests\Entities\Refs
$leaf
return
Leaf[]