Class

ContentFormattingConfig

Package: PHPBoost\Config Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Benoit SAUTEL ben.popeye@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2010 07 07 Located at: phpboost/config/ContentFormattingConfig.class.php
AbstractConfigData implements ConfigData
Extended by ContentFormattingConfig
Methods summary
public
public
# set_default_editor( $editor )
public
public
# set_forbidden_tags( array $forbidden_tags )
public
public
# set_html_tag_auth( array $auth )
protected string[mixed]
# get_default_values( )

Returns a map associating to each property name the corresponding default value

public static ContentFormattingConfig
# load( )

Returns the configuration.

public static
# save( )

Saves the configuration in the database. Has it become persistent.

Constants summary
string DEFAULT_EDITOR
# 'default_editor'
string FORBIDDEN_TAGS
# 'forbidden_tags'
string HTML_TAG_AUTH
# 'html_tag_auth'