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

Datei anzeigen Open project: bravo3/orm Class Usage Examples

Protected Properties

Property Type Description
$bravo Bravo NB: Not inversed
$id string
$name string

Public Methods

Method Description
getBravo ( ) : Bravo Get Bravo
getId ( ) : string Get Id
getName ( ) : string Get Name
setBravo ( Bravo $bravo ) Set Bravo
setId ( string $id ) Set Id
setName ( string $name ) Set Name

Method Details

getBravo() public method

Get Bravo
public getBravo ( ) : Bravo
return Bravo

getId() public method

Get Id
public getId ( ) : string
return string

getName() public method

Get Name
public getName ( ) : string
return string

setBravo() public method

Set Bravo
public setBravo ( Bravo $bravo )
$bravo Bravo

setId() public method

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

setName() public method

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

Property Details

$bravo protected_oe property

NB: Not inversed
protected Bravo,Bravo3\Orm\Tests\Entities\Maintenance $bravo
return Bravo

$id protected_oe property

protected string $id
return string

$name protected_oe property

protected string $name
return string