Methods summary
public
|
|
public
FormattingParser
|
#
get_parser( )
Returns a parser which will work in the language you chose.
Returns a parser which will work in the language you chose.
Returns
|
public
FormattingParser
|
#
get_unparser( )
Returns a unparser which will work in the language you chose.
Returns a unparser which will work in the language you chose.
Returns
|
public
FormattingParser
|
#
get_second_parser( )
Returns a second parser which will work in the language you chose.
Returns a second parser which will work in the language you chose.
Returns
FormattingParser The second parser to use just before displaying you formatted text
|
public
ContentEditor
|
#
get_editor( )
Returns an editor object which will display the editor corresponding to the language you chose.
Returns an editor object which will display the editor corresponding to the language you chose.
Returns
|
public
|
#
set_forbidden_tags( array $tags )
Sets the forbidden tags.
Parameters
- $tags
- The list of the forbidden tags (each tag is represented by its string identifier)
|
public
string[]
|
#
get_forbidden_tags( )
Returns the list of the forbidden tags
Returns the list of the forbidden tags
Returns
string[] The list of the forbidden tags (each tag is represented by its string identifier)
|
public
|
|
public
|
|
public
|
|
public
|
|