[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/Items/ -> Tag.php (summary)

(no description)

Copyright: Copyright (c) 2010-2022 The s9e authors
License: http://www.opensource.org/licenses/mit-license.php The MIT License
File Size: 245 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Tag:: (10 methods):
  __construct()
  asConfig()
  getTemplate()
  issetTemplate()
  setAttributePreprocessors()
  setNestingLimit()
  setRules()
  setTagLimit()
  setTemplate()
  unsetTemplate()


Class: Tag  - X-Ref


__construct(array $options = null)   X-Ref
Constructor

param: array $options This tag's options

asConfig()   X-Ref
{@inheritdoc}


getTemplate()   X-Ref
Return this tag's template

return: Template

issetTemplate()   X-Ref
Test whether this tag has a template

return: bool

setAttributePreprocessors($attributePreprocessors)   X-Ref
Set this tag's attribute preprocessors

param: array|AttributePreprocessorCollection $attributePreprocessors 2D array of [attrName=>[regexp]], or an instance of AttributePreprocessorCollection
return: void

setNestingLimit($limit)   X-Ref
Set this tag's nestingLimit

param: integer $limit
return: void

setRules($rules)   X-Ref
Set this tag's rules

param: array|Ruleset $rules 2D array of rule definitions, or instance of Ruleset
return: void

setTagLimit($limit)   X-Ref
Set this tag's tagLimit

param: integer $limit
return: void

setTemplate($template)   X-Ref
Set the template associated with this tag

param: string|Template $template
return: void

unsetTemplate()   X-Ref
Unset this tag's template

return: void



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1