Methods
|
public
addEventCallback
(
string
$event
,
array
$ajaxParameters
) :
void
|
public
addParameter
(
string
$parameter
,
$value
) :
PHPFUI\V6\FroalaModel
|
public
addParameters
(
array
$parameters
) :
PHPFUI\V6\FroalaModel
|
public
addPlugin
(
string
$plugin
) :
PHPFUI\V6\FroalaModel
|
public
addPlugins
(
array
$plugins
) :
PHPFUI\V6\FroalaModel
|
public
deleteParameter
(
string
$parameter
) :
PHPFUI\V6\FroalaModel
|
public
deletePlugin
(
string
$plugin
) :
PHPFUI\V6\FroalaModel
|
public
getEvents
() :
array
|
public
abstract
getKey
() :
string
|
public
getParameters
() :
array
|
public
getPlugins
() :
array
|
public
processPost
(
array
$post
) :
bool
|
public
updatePage
(
PHPFUI\Interfaces\Page
$page
,
string
$id
) :
void
|