PHP Класс Xpressengine\Editor\Textarea

Автор: XE Developers ([email protected])
Наследование: extends AbstractEditor
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$componentInfo array The component information
$id string The component id

Открытые методы

Метод Описание
getName ( ) : string Get a editor name
htmlable ( ) : boolean Determine if a editor html usable.
render ( ) : string Get the evaluated contents of the object.

Защищенные методы

Метод Описание
compileBody ( string $content ) : string Compile content body

Описание методов

compileBody() защищенный Метод

Compile content body
protected compileBody ( string $content ) : string
$content string content
Результат string

getName() публичный Метод

Get a editor name
public getName ( ) : string
Результат string

htmlable() публичный Метод

Determine if a editor html usable.
public htmlable ( ) : boolean
Результат boolean

render() публичный Метод

Get the evaluated contents of the object.
public render ( ) : string
Результат string

Описание свойств

$componentInfo защищенное статическое свойство

The component information
protected static array $componentInfo
Результат array

$id защищенное статическое свойство

The component id
protected static string $id
Результат string