PHP Trait gossi\codegen\model\parts\NamePart

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

Méthodes publiques

Méthode Description
getName ( ) : string Returns the name
setName ( string $name ) Sets the name

Method Details

getName() public méthode

Returns the name
public getName ( ) : string
Résultat string

setName() public méthode

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