PHP Class Bravo3\Orm\Tests\Entities\Refs\Leaf

Show file Open project: bravo3/orm

Protected Properties

Property Type Description
$id string
$published boolean

Public Methods

Method Description
getId ( ) : string Get Id
getPublished ( ) : boolean Get Published
setId ( string $id ) Set Id
setPublished ( boolean $published ) Set Published

Method Details

getId() public method

Get Id
public getId ( ) : string
return string

getPublished() public method

Get Published
public getPublished ( ) : boolean
return boolean

setId() public method

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

setPublished() public method

Set Published
public setPublished ( boolean $published )
$published boolean

Property Details

$id protected property

protected string $id
return string

$published protected property

protected bool $published
return boolean