Zend Framework
1.12
|
Static Public Member Functions | |
static | getParserLoader () |
Get the parser loader. | |
static | getRendererLoader () |
Get the renderer loader. | |
static | addParserPath ($prefix, $path) |
Add a parser path. | |
static | addRendererPath ($prefix, $path) |
Add a renderer path. | |
static | factory ($parser, $renderer= 'Html', array $options=array()) |
Factory pattern. | |
Public Attributes | |
const | CALLBACK = 'callback' |
const | REPLACE = 'replace' |
Static Protected Attributes | |
static | $_parserLoader |
static | $_rendererLoader |
|
static |
|
static |
|
static |
Factory pattern.
string | $parser | |
string | $renderer | |
array | $options |
|
static |
Get the parser loader.
|
static |
Get the renderer loader.
|
staticprotected |
|
staticprotected |
const CALLBACK = 'callback' |
const REPLACE = 'replace' |