[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Parser/ -> FilterProcessing.php (summary)

(no description)

File Size: 238 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FilterProcessing:: (7 methods):
  executeAttributePreprocessors()
  filterAttributes()
  filterTag()
  executeAttributeFilterChain()
  executeAttributePreprocessor()
  executeFilter()
  getNamedCaptures()


Class: FilterProcessing  - X-Ref


executeAttributePreprocessors(Tag $tag, array $tagConfig)   X-Ref
Execute all the attribute preprocessors of given tag

return: void
param: Tag   $tag       Source tag
param: array $tagConfig Tag's config

filterAttributes(Tag $tag, array $tagConfig, array $registeredVars, Logger $logger)   X-Ref
Filter the attributes of given tag

return: void
param: Tag    $tag            Tag being checked
param: array  $tagConfig      Tag's config
param: array  $registeredVars Array of registered vars for use in attribute filters
param: Logger $logger         This parser's Logger instance

filterTag(Tag $tag, Parser $parser, array $tagsConfig, array $openTags)   X-Ref
Execute a tag's filterChain

return: void
param: Tag    $tag        Tag to filter
param: Parser $parser     Parser
param: array  $tagsConfig Tags' config
param: Tag[]  $openTags   List of open tags

executeAttributeFilterChain(array $filterChain, array $vars)   X-Ref
Execute an attribute's filterChain

return: mixed              Filtered value
param: array $filterChain Attribute's filterChain
param: array $vars        Callback vars

executeAttributePreprocessor(Tag $tag, $attrName, $regexp, $map)   X-Ref
Execute an attribute preprocessor

return: void
param: Tag      $tag
param: string   $attrName
param: string   $regexp
param: string[] $map

executeFilter(array $filter, array $vars)   X-Ref
Execute a filter

return: mixed         Whatever the callback returns
param: array $filter Programmed callback
param: array $vars   Variables to be used when executing the callback

getNamedCaptures($str, $regexp, $map)   X-Ref
Execute a regexp and return the values of the mapped captures

return: array
param: string   $str
param: string   $regexp
param: string[] $map



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1