Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
gossi
codegen
model
NamespaceInterface
PHP Interface gossi\codegen\model\NamespaceInterface
Author:
Thomas Gossmann
Mostrar archivo
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