API Documentation

Markup.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Markup
version
$Id: Markup.php 20277 2010-01-14 14:17:12Z kokx $
Classes
Zend_Markup

Description

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.

Zend_Markup

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Markup
Constants
CALLBACK
REPLACE
Properties
$_parserLoader
$_rendererLoader
Methods
__construct
getParserLoader
getRendererLoader
addParserPath
addRendererPath
factory

Description

Constants

CALLBACK

 CALLBACK = 'callback'

Details

value
callback

REPLACE

 REPLACE = 'replace'

Details

value
replace

Properties

$_parserLoader

Zend_Loader_PluginLoader $_parserLoader = ''

The parser loader

Details

$_parserLoader
Zend_Loader_PluginLoader
visibility
protected
default
final
false
static
true

$_rendererLoader

Zend_Loader_PluginLoader $_rendererLoader = ''

The renderer loader

Details

$_rendererLoader
Zend_Loader_PluginLoader
visibility
protected
default
final
false
static
true

Methods

__construct

__construct( ) :

Disable instantiation of Zend_Markup

Details
visibility
private
final
false
static
false

addParserPath

addParserPath( string $prefix, string $path ) : Zend_Loader_PluginLoader

Add a parser path

Arguments
$prefix
string
$path
string
Details
visibility
public
final
false
static
true

addRendererPath

addRendererPath( string $prefix, string $path ) : Zend_Loader_PluginLoader

Add a renderer path

Arguments
$prefix
string
$path
string
Details
visibility
public
final
false
static
true

factory

factory( string $parser, string $renderer = Html, array $options = array ) : Zend_Markup_Renderer_RendererAbstract

Factory pattern

Arguments
$parser
string
$renderer
string
$options
array
Details
visibility
public
final
false
static
true

getParserLoader

getParserLoader( ) : Zend_Loader_PluginLoader

Get the parser loader

Details
visibility
public
final
false
static
true

getRendererLoader

getRendererLoader( ) : Zend_Loader_PluginLoader

Get the renderer loader

Details
visibility
public
final
false
static
true
Documentation was generated by DocBlox.