PHP Class Xpressengine\Editor\Textarea

Author: XE Developers ([email protected])
Inheritance: extends AbstractEditor
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$componentInfo array The component information
$id string The component id

Méthodes publiques

Méthode Description
getName ( ) : string Get a editor name
htmlable ( ) : boolean Determine if a editor html usable.
render ( ) : string Get the evaluated contents of the object.

Méthodes protégées

Méthode Description
compileBody ( string $content ) : string Compile content body

Method Details

compileBody() protected méthode

Compile content body
protected compileBody ( string $content ) : string
$content string content
Résultat string

getName() public méthode

Get a editor name
public getName ( ) : string
Résultat string

htmlable() public méthode

Determine if a editor html usable.
public htmlable ( ) : boolean
Résultat boolean

render() public méthode

Get the evaluated contents of the object.
public render ( ) : string
Résultat string

Property Details

$componentInfo protected_oe static_oe property

The component information
protected static array $componentInfo
Résultat array

$id protected_oe static_oe property

The component id
protected static string $id
Résultat string