PHP Trait Bravo3\Orm\Tests\Entities\NameTrait

Show file Open project: bravo3/orm

Protected Properties

Property Type Description
$name string

Public Methods

Method Description
getName ( ) : string Get Name
setName ( string $name ) Set Name

Method Details

getName() public method

Get Name
public getName ( ) : string
return string

setName() public method

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

Property Details

$name protected property

protected string $name
return string