PHP 클래스 Xpressengine\Editor\Textarea

저자: XE Developers ([email protected])
상속: extends AbstractEditor
파일 보기 프로젝트 열기: xpressengine/xpressengine

보호된 프로퍼티들

프로퍼티 타입 설명
$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