Markup.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Markup  
Version
$Id$  

\Zend_Markup

Package: Zend_Markup
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  CALLBACK = 'callback'
>VConstant  REPLACE = 'replace'

Properties

>VPropertyprotected\Zend_Loader_PluginLoader $_parserLoader
static
The parser loader
>VPropertyprotected\Zend_Loader_PluginLoader $_rendererLoader
static
The renderer loader

Methods

methodprivate__construct() : void

Disable instantiation of Zend_Markup

methodpublicaddParserPath(string $prefix, string $path) : \Zend_Loader_PluginLoader
static

Add a parser path

Parameters
NameTypeDescription
$prefixstring
$pathstring
Returns
TypeDescription
\Zend_Loader_PluginLoader
methodpublicaddRendererPath(string $prefix, string $path) : \Zend_Loader_PluginLoader
static

Add a renderer path

Parameters
NameTypeDescription
$prefixstring
$pathstring
Returns
TypeDescription
\Zend_Loader_PluginLoader
methodpublicfactory(string $parser, string $renderer = 'Html', array $options = array()) : \Zend_Markup_Renderer_RendererAbstract
static

Factory pattern

Parameters
NameTypeDescription
$parserstring
$rendererstring
$optionsarray
Returns
TypeDescription
\Zend_Markup_Renderer_RendererAbstract
methodpublicgetParserLoader() : \Zend_Loader_PluginLoader
static

Get the parser loader

Returns
TypeDescription
\Zend_Loader_PluginLoader
methodpublicgetRendererLoader() : \Zend_Loader_PluginLoader
static

Get the renderer loader

Returns
TypeDescription
\Zend_Loader_PluginLoader
Documentation was generated by phpDocumentor 2.2.0 .