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

Datei anzeigen Open project: bravo3/orm

Protected Properties

Property Type Description
$delta DeltaRevised[]
$id string
$name string

Public Methods

Method Description
getDelta ( ) : DeltaRevised[] 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 ( ) : DeltaRevised[]
return DeltaRevised[]

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_oe property

protected DeltaRevised[],Bravo3\Orm\Tests\Entities\Maintenance $delta
return DeltaRevised[]

$id protected_oe property

protected string $id
return string

$name protected_oe property

protected string $name
return string