PHP Class gossi\codegen\model\AbstractModel

Author: Thomas Gossmann
Afficher le fichier Open project: gossi/php-code-generator Class Usage Examples

Protected Properties

Свойство Type Description
$description string

Méthodes publiques

Méthode Description
getDescription ( ) : string Returns this description
setDescription ( string | array $description ) Sets the description, which will also be used when generating a docblock

Method Details

getDescription() public méthode

Returns this description
public getDescription ( ) : string
Résultat string

setDescription() public méthode

Sets the description, which will also be used when generating a docblock
public setDescription ( string | array $description )
$description string | array

Property Details

$description protected_oe property

protected string $description
Résultat string