interface NamespaceInterface

Represents models that have a namespace

Methods

$this
setNamespace(string $namespace)

Sets the namespace

string
getNamespace()

Returns the namespace

Details

at line line 17
$this setNamespace(string $namespace)

Sets the namespace

Parameters

string $namespace

Return Value

$this

at line line 24
string getNamespace()

Returns the namespace

Return Value

string