Info
in package
Table of Contents
Properties
- $fd : mixed
- $namespace : mixed
Methods
- __construct() : mixed
- getMessage() : mixed
- Gets messages from the info queue
- getNamespace() : mixed
- Gets the current namespace
- html() : mixed
- Generates the info html block
- set() : mixed
- Sets a message in the queue.
Properties
$fd
protected
mixed
$fd
= null
$namespace
protected
mixed
$namespace
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
getMessage()
Gets messages from the info queue
public
getMessage([mixed $clear = true ]) : mixed
Parameters
- $clear : mixed = true
Tags
getNamespace()
Gets the current namespace
public
getNamespace() : mixed
Tags
html()
Generates the info html block
public
html([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
set()
Sets a message in the queue.
public
set(mixed $message[, mixed $class = '' ][, mixed $namespace = null ]) : mixed
Parameters
- $message : mixed
- $class : mixed = ''
- $namespace : mixed = null