Class

ContentEditor

Abstract Package: Content\Formatting\editor Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Regis VIARRE crowkait@phpboost.com Version: PHPBoost 5.2 - last update: 2016 10 24 Since: PHPBoost 3.0 - 2008 07 05 Contributor: Arnaud GENET elenwii@phpboost.com Located at: content/formatting/editor/ContentEditor.class.php

Abstract class for editors content.

Methods summary
public
public
# set_forbidden_tags( array $forbidden_tags )

Set the forbidden tags

public array
# get_forbidden_tags( )

Get the fordidden tags.

public
# set_identifier( string $identifier )

Set the html identifier of the textarea field which contain the content to edit.

public
# set_template( Template $template )

Set an alternative template for the editor.

public Template
# get_template( )

Get the template used for the editor.

Properties summary
protected $template
# null
protected array $forbidden_tags
# array()
protected string $identifier
# 'contents'