Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/vendors/Textpattern/Textile/Parser.php - 87 lines - 2618 bytes - Source - Print

Description: Textpattern configured Textile wrapper.

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Parser:: (2 methods):
__construct()
textileRestricted()

Class: Parser

Textile parser.

__construct($doctype = null)  line: 41
Constructor.

param: string|null $doctype The output doctype
textileRestricted($text, $lite = null, $noimage = null, $rel = null)  line: 61
Parses content in a restricted mode.

return: string The text from the input document
param: string|null $text    The input document in textile format
param: bool|null   $lite    Optional flag to switch the parser into lite mode
param: bool|null   $noimage Optional flag controlling the conversion of images into HTML img tags
param: string|null $rel     Relationship to apply to all generated links

title

Body