Psr2 Code Generator

NamespaceInterface

Represents models that have a namespace.

Tags
author

Thomas Gossmann

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
Return values
$this

Search results