PHP 클래스 rex_article_content_editor, redaxo

상속: extends rex_article_content
파일 보기 프로젝트 열기: redaxo/redaxo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $article_id = null, $clang = null )

보호된 메소드들

메소드 설명
addSlice ( $sliceId, $moduleIdToAdd ) ----- ADD Slice
editSlice ( $RE_CONTS, $RE_MODUL_IN, $RE_CTYPE, $RE_MODUL_ID, $artDataSql ) ----- EDIT Slice
outputSlice ( rex_sql $artDataSql, $moduleIdToAdd )
postArticle ( $articleContent, $moduleIdToAdd )
preArticle ( $articleContent, $module_id )

비공개 메소드들

메소드 설명
getModuleSelect ( $sliceId )
getSliceHeading ( rex_sql $artDataSql ) : string Returns the slice heading.
getSliceMenu ( rex_sql $artDataSql ) : string Returns the slice menu.
getWrappedModuleOutput ( integer $moduleId, string $moduleOutput ) : string Wraps the output of a module.

메소드 상세

__construct() 공개 메소드

public __construct ( $article_id = null, $clang = null )

addSlice() 보호된 메소드

----- ADD Slice
protected addSlice ( $sliceId, $moduleIdToAdd )

editSlice() 보호된 메소드

----- EDIT Slice
protected editSlice ( $RE_CONTS, $RE_MODUL_IN, $RE_CTYPE, $RE_MODUL_ID, $artDataSql )

outputSlice() 보호된 메소드

protected outputSlice ( rex_sql $artDataSql, $moduleIdToAdd )
$artDataSql rex_sql

postArticle() 보호된 메소드

protected postArticle ( $articleContent, $moduleIdToAdd )

preArticle() 보호된 메소드

protected preArticle ( $articleContent, $module_id )