PHP Class Bravo3\Orm\Tests\Entities\Maintenance\Charlie

Show file Open project: bravo3/orm Class Usage Examples

Protected Properties

Property Type Description
$delta Delta[] NB: Not inversed
$id string
$name string

Public Methods

Method Description
getDelta ( ) : Delta[] Get Delta
getId ( ) : string Get Id
getName ( ) : string Get Name
setDelta ( array $delta ) Set Delta
setId ( string $id ) Set Id
setName ( string $name ) Set Name

Method Details

getDelta() public method

Get Delta
public getDelta ( ) : Delta[]
return Delta[]

getId() public method

Get Id
public getId ( ) : string
return string

getName() public method

Get Name
public getName ( ) : string
return string

setDelta() public method

Set Delta
public setDelta ( array $delta )
$delta array

setId() public method

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

setName() public method

Set Name
public setName ( string $name )
$name string

Property Details

$delta protected property

NB: Not inversed
protected Delta[],Bravo3\Orm\Tests\Entities\Maintenance $delta
return Delta[]

$id protected property

protected string $id
return string

$name protected property

protected string $name
return string