PHP Interface gossi\codegen\model\NamespaceInterface

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

Public Methods

Method Description
getNamespace ( ) : string Returns the namespace
setNamespace ( string $namespace ) Sets the namespace

Method Details

getNamespace() public method

Returns the namespace
public getNamespace ( ) : string
return string

setNamespace() public method

Sets the namespace
public setNamespace ( string $namespace )
$namespace string