PHP Class Bravo3\Orm\Tests\Entities\VeryBadEntity

Show file Open project: bravo3/orm

Protected Properties

Property Type Description
$id string

Public Methods

Method Description
getId ( ) : string Get Id
setId ( string $id ) Set Id

Method Details

getId() public method

Get Id
public getId ( ) : string
return string

setId() public method

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

Property Details

$id protected property

protected string $id
return string