Zikula_Core
[ class tree: Zikula_Core ] [ index: Zikula_Core ] [ all elements ]

Procedural File: pnHTML.php

Source Location: /includes/pnHTML.php



Classes:

pnHTML
HTML creation and display functions


Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnHTML.php 24342 2008-06-06 12:03:14Z markwest $
copyright:  (c) 2001, Zikula Development Team
link:  http://www.zikula.org
filesource:  Source Code for this file
license:  GNU/GPL







_PNH_KEEPOUTPUT [line 21]

_PNH_KEEPOUTPUT = 0
Set object to keep generated HTML.

After calling SetOutputMode() with this value, all future calls to pnHTML methods will store their HTML in the objecr rather than returning it to the calling process.

$const _PNH_KEEPOUTPUT Keep the output from method calls



[ Top ]



_PNH_PARSEINPUT [line 46]

_PNH_PARSEINPUT = 1
Set incoming text to be parsed for display before putting in the output buffer

$const _PNH_PARSEINPUT Parse incoming text



[ Top ]



_PNH_RETURNOUTPUT [line 32]

_PNH_RETURNOUTPUT = 1
Set object to return generated HTML to caller.

After calling SetOutputMode() with this value, all future calls to pnHTML methods will return their HTML directly to the calling process rather than storing it within the object.

$const _PNH_RETURNOUTPUT Return the output from method calls



[ Top ]



_PNH_VERBATIMINPUT [line 39]

_PNH_VERBATIMINPUT = 0
Set incoming text to be copied verbatim to the output buffer

$const _PNH_VERBATIMINPUT Do not parse incoming text



[ Top ]




Documentation generated on Fri, 18 Jul 2008 21:52:59 +0200 by phpDocumentor 1.4.1