PHP Class Contao\DC_File

Inheritance: extends DataContainer, implements editable
Mostrar archivo Open project: contao/core-bundle

Public Methods

Method Description
__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

Protected Methods

Method Description
save ( mixed $varValue ) Save the current value

Method Details

__construct() public method

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

copy() public method

Automatically switch to edit mode
public copy ( ) : string
return string

create() public method

Automatically switch to edit mode
public create ( ) : string
return string

cut() public method

Automatically switch to edit mode
public cut ( ) : string
return string

edit() public method

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

getPalette() public method

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

move() public method

Automatically switch to edit mode
public move ( ) : string
return string

save() protected method

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