PHP 클래스 Contao\DC_File

상속: extends DataContainer, implements editable
파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
__construct ( string $strTable ) Initialize the object
copy ( ) : string Automatically switch to edit mode
create ( ) : string Automatically switch to edit mode
cut ( ) : string Automatically switch to edit mode
edit ( ) : string Auto-generate a form to edit the local configuration file
getPalette ( ) : string Return the name of the current palette
move ( ) : string Automatically switch to edit mode

보호된 메소드들

메소드 설명
save ( mixed $varValue ) Save the current value

메소드 상세

__construct() 공개 메소드

Initialize the object
public __construct ( string $strTable )
$strTable string

copy() 공개 메소드

Automatically switch to edit mode
public copy ( ) : string
리턴 string

create() 공개 메소드

Automatically switch to edit mode
public create ( ) : string
리턴 string

cut() 공개 메소드

Automatically switch to edit mode
public cut ( ) : string
리턴 string

edit() 공개 메소드

Auto-generate a form to edit the local configuration file
public edit ( ) : string
리턴 string

getPalette() 공개 메소드

Return the name of the current palette
public getPalette ( ) : string
리턴 string

move() 공개 메소드

Automatically switch to edit mode
public move ( ) : string
리턴 string

save() 보호된 메소드

Save the current value
protected save ( mixed $varValue )
$varValue mixed