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

Show file 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 property

protected string $id
return string

$name protected property

protected string $name
return string