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

Element index for package apidoc

[ d ] [ e ] [ g ] [ i ] [ p ] [ r ] [ s ] [ t ] [ _ ]

_

_loadRuleObject
in file Wiki.php, method Text_Wiki::_loadRuleObject()
    Loads a rule class file and creates an instance of it.
top

d

$delim
in file Wiki.php, variable Text_Wiki::$delim
    The delimiter that surrounds a token number embedded in the source wiki text.
deleteRule
in file Wiki.php, method Text_Wiki::deleteRule()
    Delete (remove or unset) a rule from the $rules property.
disableRule
in file Wiki.php, method Text_Wiki::disableRule()
    Disables a rule so that it is not applied when parsing.
top

e

enableRule
in file Wiki.php, method Text_Wiki::enableRule()
    Enables a rule so that it is applied when parsing.
top

g

getRuleConf
in file Wiki.php, method Text_Wiki::getRuleConf()
    Sets the value of a rule's configuration keys.
getSource
in file Wiki.php, method Text_Wiki::getSource()
    Returns the parsed source text with delimited token placeholders.
getTokens
in file Wiki.php, method Text_Wiki::getTokens()
    Returns tokens that have been parsed out of the source text.
top

i

insertRule
in file Wiki.php, method Text_Wiki::insertRule()
    Inserts a rule into to the rule set.
top

p

parse
in file Wiki.php, method Text_Wiki::parse()
    Sets the $_source text property, then parses it in place and retains tokens in the $_tokens array property.
top

r

$rules
in file Wiki.php, variable Text_Wiki::$rules
    The array of rules to apply to the source text, in order.
render
in file Wiki.php, method Text_Wiki::render()
    Renders tokens back into the source text, based on the requested format.
top

s

setRuleConf
in file Wiki.php, method Text_Wiki::setRuleConf()
    Sets the value of a rule's configuration keys.
top

t

Text_Wiki
in file Wiki.php, class Text_Wiki
    This is the "master" class for handling the management and convenience functions to transform Wiki-formatted text.
Text_Wiki
in file Wiki.php, method Text_Wiki::Text_Wiki()
    Constructor. Loads the rule objects.
transform
in file Wiki.php, method Text_Wiki::transform()
    Parses and renders the text passed to it, and returns the results.
top

Documentation generated on Mon, 11 Mar 2019 10:14:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.