SilverStripe 2.4 API Docs
  • Package
  • Class
  • Tree
  • Deprecated
Version: master
  • master
  • 3.1
  • 3.0
  • 2.4
  • tagfield

Packages

  • cms
    • assets
    • batchaction
    • batchactions
    • bulkloading
    • comments
    • content
    • core
    • export
    • publishers
    • reports
    • security
    • tasks
  • forms
    • actions
    • core
    • fields-basic
    • fields-dataless
    • fields-datetime
    • fields-files
    • fields-formatted
    • fields-formattedinput
    • fields-relational
    • fields-structural
    • transformations
    • validators
  • installer
  • None
  • PHP
  • sapphire
    • api
    • bulkloading
    • control
    • core
    • cron
    • dev
    • email
    • fields-formattedinput
    • filesystem
    • formatters
    • forms
    • i18n
    • integration
    • misc
    • model
    • parsers
    • search
    • security
    • tasks
    • testing
    • tools
    • validation
    • view
    • widgets

Classes

  • ArrayLib
  • BBCodeParser
  • Convert
  • Cookie
  • DataDifferencer
  • Geoip
  • HTMLCleaner
  • HTTP
  • i18n
  • Profiler
  • ShortcodeParser
  • SSHTMLBBCodeParser
  • SSHTMLBBCodeParser_Filter
  • SSHTMLBBCodeParser_Filter_Basic
  • SSHTMLBBCodeParser_Filter_EmailLinks
  • SSHTMLBBCodeParser_Filter_Extended
  • SSHTMLBBCodeParser_Filter_Images
  • SSHTMLBBCodeParser_Filter_Links
  • SSHTMLBBCodeParser_Filter_Lists
  • TextParser
  • Translatable_Transformation
  • XML

Class SSHTMLBBCodeParser_Filter_EmailLinks

SSHTMLBBCodeParser
Extended by SSHTMLBBCodeParser_Filter
Extended by SSHTMLBBCodeParser_Filter_EmailLinks
Package: sapphire\misc
Author: Stijn de Reede <sjr@gmx.co.uk>
Located at sapphire/parsers/HTML/BBCodeParser/Filter/EmailLinks.php

Methods summary

public none
# _preparse( )

Executes statements before the actual array building starts

Executes statements before the actual array building starts

This method should be overwritten in a filter if you want to do something before the parsing process starts. This can be useful to allow certain short alternative tags which then can be converted into proper tags with preg_replace() calls. The main class walks through all the filters and and calls this method if it exists. The filters should modify their private $_text variable.

Returns

none

Author

Stijn de Reede <sjr@gmx.co.uk>

See

mixed

Overrides

SSHTMLBBCodeParser::_preparse

Methods inherited from SSHTMLBBCodeParser

SSHTMLBBCodeParser(), _buildParsedString(), _buildTag(), _buildTagArray(), _childNeeded(), _isAllowed(), _parentNeeded(), _validateTagArray(), addFilter(), addFilters(), getParsed(), getPreparsed(), getStaticProperty(), getText(), parse(), qparse(), removeFilter(), setOption(), setText(), staticQparse()

Magic methods summary

Properties summary

public array $_definedTags
#

An array of tags parsed by the engine

An array of tags parsed by the engine

Properties inherited from SSHTMLBBCodeParser

$_filters, $_options, $_parsed, $_preparsed, $_tagArray, $_text

Comments

Comment policy: Please use comments for tips and corrections about the described functionality. Comments are moderated, we reserve the right to remove comments that are inappropriate or are no longer relevant.
Use the Silverstripe Forum to ask questions.
blog comments powered by Disqus
SilverStripe 2.4 API Docs API documentation generated by ApiGen 2.8.0