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

Datei anzeigen Open project: bravo3/orm

Protected Properties

Property Type Description
$alpha AlphaRevised
$id string
$name string

Public Methods

Method Description
getAlpha ( ) : AlphaRevised Get Alpha
getId ( ) : string Get Id
getName ( ) : string Get Name
setAlpha ( AlphaRevised $alpha ) Set Alpha
setId ( string $id ) Set Id
setName ( string $name ) Set Name

Method Details

getAlpha() public method

Get Alpha
public getAlpha ( ) : AlphaRevised
return AlphaRevised

getId() public method

Get Id
public getId ( ) : string
return string

getName() public method

Get Name
public getName ( ) : string
return string

setAlpha() public method

Set Alpha
public setAlpha ( AlphaRevised $alpha )
$alpha AlphaRevised

setId() public method

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

setName() public method

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

Property Details

$alpha protected_oe property

protected AlphaRevised,Bravo3\Orm\Tests\Entities\Maintenance $alpha
return AlphaRevised

$id protected_oe property

protected string $id
return string

$name protected_oe property

protected string $name
return string