PHP Class Doku_Handler_Block, dokuwiki

Author: Harry Fuecks ([email protected])
Afficher le fichier Open project: splitbrain/dokuwiki Class Usage Examples

Méthodes publiques

Свойство Type Description
$blockClose
$blockOpen Blocks these should not be inside paragraphs
$calls
$inParagraph
$skipEol
$stackClose
$stackOpen Stacks can contain paragraphs

Méthodes publiques

Méthode Description
__construct ( ) Constructor. Adds loaded syntax plugins to the block and stack arrays
addCall ( $call )
closeParagraph ( $pos ) Close a paragraph if needed
openParagraph ( $pos )
process ( $calls ) Processes the whole instruction stack to open and close paragraphs
storeCall ( $call ) simple version of addCall, without checking cdata

Method Details

__construct() public méthode

Constructor. Adds loaded syntax plugins to the block and stack arrays
Author: Andreas Gohr ([email protected])
public __construct ( )

addCall() public méthode

public addCall ( $call )

closeParagraph() public méthode

This function makes sure there are no empty paragraphs on the stack
Author: Andreas Gohr ([email protected])
public closeParagraph ( $pos )

openParagraph() public méthode

public openParagraph ( $pos )

process() public méthode

Processes the whole instruction stack to open and close paragraphs
Author: Harry Fuecks ([email protected])
Author: Andreas Gohr ([email protected])
public process ( $calls )

storeCall() public méthode

simple version of addCall, without checking cdata
public storeCall ( $call )

Property Details

$blockClose public_oe property

public $blockClose

$blockOpen public_oe property

Blocks these should not be inside paragraphs
public $blockOpen

$calls public_oe property

public $calls

$inParagraph public_oe property

public $inParagraph

$skipEol public_oe property

public $skipEol

$stackClose public_oe property

public $stackClose

$stackOpen public_oe property

Stacks can contain paragraphs
public $stackOpen