NamespaceInterface
Represents models that have a namespace.
Tags
Table of Contents
- getNamespace() : string
- Returns the namespace.
- setNamespace() : $this
- Sets the namespace.
Methods
getNamespace()
Returns the namespace.
public
getNamespace() : string
Return values
string —setNamespace()
Sets the namespace.
public
setNamespace(string $namespace) : $this
Parameters
- $namespace : string