PHP Class gossi\codegen\model\AbstractModel

Author: Thomas Gossmann
Datei anzeigen Open project: gossi/php-code-generator Class Usage Examples

Protected Properties

Property Type Description
$description string

Public Methods

Method 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 method

Returns this description
public getDescription ( ) : string
return string

setDescription() public method

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
return string