Documentation

EnvironmentInterface

Table of Contents

HTML_INPUT_ALLOW  = 'allow'
HTML_INPUT_ESCAPE  = 'escape'
HTML_INPUT_STRIP  = 'strip'
dispatch()  : void
Dispatches the given event to listeners
getBlockParsers()  : iteratable<string|int, BlockParserInterface>
getBlockRenderersForClass()  : iteratable<string|int, BlockRendererInterface>
getConfig()  : mixed
getDelimiterProcessors()  : DelimiterProcessorCollection
getInlineParserCharacterRegex()  : string
Regex which matches any character which doesn't indicate an inline element
getInlineParsersForCharacter()  : iteratable<string|int, InlineParserInterface>
getInlineRenderersForClass()  : iteratable<string|int, InlineRendererInterface>

Constants

Methods

getConfig()

public getConfig([string|null $key = null ][, mixed $default = null ]) : mixed
Parameters
$key : string|null = null
$default : mixed = null
Return values
mixed

getInlineParserCharacterRegex()

Regex which matches any character which doesn't indicate an inline element

public getInlineParserCharacterRegex() : string

This allows us to parse multiple non-special characters at once

Return values
string

Search results