PHP Class Datatypes\Mixed\PrevalueEditor

Inheritance: extends Gc\Datatype\AbstractDatatype\AbstractPrevalueEditor
Show file Open project: gotcms/gotcms Class Usage Examples

Public Methods

Method Description
load ( ) : string Load mixed prevalue editor
save ( ) : void Save mixed prevalue editor

Protected Methods

Method Description
loadDatatype ( string $name ) : mixed Retrieve datatypes

Method Details

load() public method

Load mixed prevalue editor
public load ( ) : string
return string

loadDatatype() protected method

Retrieve datatypes
protected loadDatatype ( string $name ) : mixed
$name string Datatype name
return mixed

save() public method

Save mixed prevalue editor
public save ( ) : void
return void