Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Bravo3
Orm
Tests
Entities
Maintenance
Delta
PHP Class Bravo3\Orm\Tests\Entities\Maintenance\Delta
Mostrar archivo
Open project: bravo3/orm
Class Usage Examples
Protected Properties
Property
Type
Description
$id
string
$name
string
Public Methods
Method
Description
getId
( ) :
string
Get Id
getName
( ) :
string
Get Name
setId
(
string
$id
)
Set Id
setName
(
string
$name
)
Set Name
Method Details
getId()
public
method
Get Id
public
getId
( ) :
string
return
string
getName()
public
method
Get Name
public
getName
( ) :
string
return
string
setId()
public
method
Set Id
public
setId
(
string
$id
)
$id
string
setName()
public
method
Set Name
public
setName
(
string
$name
)
$name
string
Property Details
$id
protected_oe property
protected
string
$id
return
string
$name
protected_oe property
protected
string
$name
return
string