PHP Класс Doku_Handler, dokuwiki

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$CallWriter
$Renderer
$calls
$rewriteBlocks
$status

Открытые методы

Метод Описание
__construct ( )
_addCall ( string $handler, $args, $pos )
_finalize ( )
_nestingTag ( $match, $state, $pos, string $name )
acronym ( $match, $state, $pos )
addPluginCall ( $plugin, $args, $state, $pos, $match )
apostrophe ( $match, $state, $pos )
base ( $match, $state, $pos )
camelcaselink ( $match, $state, $pos )
code ( $match, $state, $pos, $type = 'code' )
deleted ( $match, $state, $pos )
doublequoteclosing ( $match, $state, $pos )
doublequoteopening ( $match, $state, $pos )
emaillink ( $match, $state, $pos )
emphasis ( $match, $state, $pos )
entity ( $match, $state, $pos )
eol ( $match, $state, $pos )
externallink ( $match, $state, $pos )
fetch ( )
file ( $match, $state, $pos )
filelink ( $match, $state, $pos )
footnote ( $match, $state, $pos )
header ( $match, $state, $pos )
hr ( $match, $state, $pos )
html ( $match, $state, $pos )
htmlblock ( $match, $state, $pos )
internallink ( $match, $state, $pos ) *
linebreak ( $match, $state, $pos )
listblock ( $match, $state, $pos )
media ( $match, $state, $pos )
monospace ( $match, $state, $pos )
multiplyentity ( $match, $state, $pos )
nocache ( $match, $state, $pos )
notoc ( $match, $state, $pos )
php ( $match, $state, $pos )
phpblock ( $match, $state, $pos )
plugin ( $match, $state, $pos, $pluginname ) Special plugin handler
preformatted ( $match, $state, $pos )
quote ( $match, $state, $pos )
rss ( $match, $state, $pos )
singlequoteclosing ( $match, $state, $pos )
singlequoteopening ( $match, $state, $pos )
smiley ( $match, $state, $pos )
strong ( $match, $state, $pos )
subscript ( $match, $state, $pos )
superscript ( $match, $state, $pos )
table ( $match, $state, $pos )
underline ( $match, $state, $pos )
unformatted ( $match, $state, $pos )
windowssharelink ( $match, $state, $pos )
wordblock ( $match, $state, $pos )

Описание методов

__construct() публичный Метод

public __construct ( )

_addCall() публичный Метод

public _addCall ( string $handler, $args, $pos )
$handler string

_finalize() публичный Метод

public _finalize ( )

_nestingTag() публичный Метод

public _nestingTag ( $match, $state, $pos, string $name )
$name string

acronym() публичный Метод

public acronym ( $match, $state, $pos )

addPluginCall() публичный Метод

public addPluginCall ( $plugin, $args, $state, $pos, $match )

apostrophe() публичный Метод

public apostrophe ( $match, $state, $pos )

base() публичный Метод

public base ( $match, $state, $pos )

code() публичный Метод

public code ( $match, $state, $pos, $type = 'code' )

deleted() публичный Метод

public deleted ( $match, $state, $pos )

doublequoteclosing() публичный Метод

public doublequoteclosing ( $match, $state, $pos )

doublequoteopening() публичный Метод

public doublequoteopening ( $match, $state, $pos )

emphasis() публичный Метод

public emphasis ( $match, $state, $pos )

entity() публичный Метод

public entity ( $match, $state, $pos )

eol() публичный Метод

public eol ( $match, $state, $pos )

fetch() публичный Метод

public fetch ( )

file() публичный Метод

public file ( $match, $state, $pos )

footnote() публичный Метод

public footnote ( $match, $state, $pos )

header() публичный Метод

public header ( $match, $state, $pos )

hr() публичный Метод

public hr ( $match, $state, $pos )

html() публичный Метод

public html ( $match, $state, $pos )

htmlblock() публичный Метод

public htmlblock ( $match, $state, $pos )

linebreak() публичный Метод

public linebreak ( $match, $state, $pos )

listblock() публичный Метод

public listblock ( $match, $state, $pos )

media() публичный Метод

public media ( $match, $state, $pos )

monospace() публичный Метод

public monospace ( $match, $state, $pos )

multiplyentity() публичный Метод

public multiplyentity ( $match, $state, $pos )

nocache() публичный Метод

public nocache ( $match, $state, $pos )

notoc() публичный Метод

public notoc ( $match, $state, $pos )

php() публичный Метод

public php ( $match, $state, $pos )

phpblock() публичный Метод

public phpblock ( $match, $state, $pos )

plugin() публичный Метод

This handler is called for all modes starting with 'plugin_'. An additional parameter with the plugin name is passed
Автор: Andreas Gohr ([email protected])
public plugin ( $match, $state, $pos, $pluginname )

preformatted() публичный Метод

public preformatted ( $match, $state, $pos )

quote() публичный Метод

public quote ( $match, $state, $pos )

rss() публичный Метод

public rss ( $match, $state, $pos )

singlequoteclosing() публичный Метод

public singlequoteclosing ( $match, $state, $pos )

singlequoteopening() публичный Метод

public singlequoteopening ( $match, $state, $pos )

smiley() публичный Метод

public smiley ( $match, $state, $pos )

strong() публичный Метод

public strong ( $match, $state, $pos )

subscript() публичный Метод

public subscript ( $match, $state, $pos )

superscript() публичный Метод

public superscript ( $match, $state, $pos )

table() публичный Метод

public table ( $match, $state, $pos )

underline() публичный Метод

public underline ( $match, $state, $pos )

unformatted() публичный Метод

public unformatted ( $match, $state, $pos )

wordblock() публичный Метод

public wordblock ( $match, $state, $pos )

Описание свойств

$CallWriter публичное свойство

public $CallWriter

$Renderer публичное свойство

public $Renderer

$calls публичное свойство

public $calls

$rewriteBlocks публичное свойство

public $rewriteBlocks

$status публичное свойство

public $status