Interface

ContentFormattingExtensionPoint

Package: Content\Formatting\extension-point Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2011 10 11 Located at: content/formatting/extension-point/ContentFormattingExtensionPoint.class.php
ContentFormattingExtensionPoint implements ExtensionPoint
Direct known implementers
AbstractContentFormattingExtensionPoint
Methods summary
public
# get_name( )
public FormattingParser
# get_parser( )

Returns a parser which will work in the language you chose.

public FormattingParser
# get_unparser( )

Returns a unparser which will work in the language you chose.

public FormattingParser
# get_second_parser( )

Returns a second parser which will work in the language you chose.

public ContentEditor
# get_editor( )

Returns an editor object which will display the editor corresponding to the language you chose.

public
# set_forbidden_tags( array $tags )

Sets the forbidden tags.

public string[]
# get_forbidden_tags( )

Returns the list of the forbidden tags

public
# add_forbidden_tag( string $tag )

Adds a forbidden tag

public
# add_forbidden_tags( array $tags )
public
# set_html_auth( array $array_auth )
public
Constants summary
string EXTENSION_POINT
# 'content_formatting'