PHP Trait gossi\codegen\model\parts\NamePart

For all models that do have a name
Author: Thomas Gossmann
Datei anzeigen Open project: gossi/php-code-generator

Public Methods

Method Description
getName ( ) : string Returns the name
setName ( string $name ) Sets the name

Method Details

getName() public method

Returns the name
public getName ( ) : string
return string

setName() public method

Sets the name
public setName ( string $name )
$name string