PHP Class Xpressengine\Editor\Textarea

Author: XE Developers ([email protected])
Inheritance: extends AbstractEditor
Mostra file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$componentInfo array The component information
$id string The component id

Public Methods

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

Protected Methods

Method Description
compileBody ( string $content ) : string Compile content body

Method Details

compileBody() protected method

Compile content body
protected compileBody ( string $content ) : string
$content string content
return string

getName() public method

Get a editor name
public getName ( ) : string
return string

htmlable() public method

Determine if a editor html usable.
public htmlable ( ) : boolean
return boolean

render() public method

Get the evaluated contents of the object.
public render ( ) : string
return string

Property Details

$componentInfo protected_oe static_oe property

The component information
protected static array $componentInfo
return array

$id protected_oe static_oe property

The component id
protected static string $id
return string