|
| __construct ($config=array(), MVCFactoryInterface $factory=null, $app=null, $input=null) |
|
| postSaveHook (BaseDatabaseModel $model, $validData=array()) |
|
| __construct ( $config=array(), MVCFactoryInterface $factory=null, ?CMSApplication $app=null, ?Input $input=null, FormFactoryInterface $formFactory=null) |
|
| add () |
|
| batch ($model) |
|
| cancel ($key=null) |
|
| edit ($key=null, $urlVar=null) |
|
| getModel ($name='', $prefix='', $config=array('ignore_request'=> true)) |
|
| save ($key=null, $urlVar=null) |
|
| editAssociations () |
|
| __construct ($config=array(), MVCFactoryInterface $factory=null, ?CMSApplication $app=null, ?Input $input=null) |
|
| addViewPath ($path) |
|
| execute ($task) |
|
| getModel ($name='', $prefix='', $config=array()) |
|
| getName () |
|
| getTask () |
|
| getTasks () |
|
| getView ($name='', $type='', $prefix='', $config=array()) |
|
| redirect () |
|
| registerDefaultTask ($method) |
|
| registerTask ($task, $method) |
|
| unregisterTask ($task) |
|
| setMessage ($text, $type='message') |
|
| checkToken ($method='post', $redirect=true) |
|
| setRedirect ($url, $msg=null, $type=null) |
|
| setDispatcher (DispatcherInterface $dispatcher) |
|
| setFormFactory (FormFactoryInterface $factory) |
|
|
| allowAdd ($data=array()) |
|
| allowEdit ($data=array(), $key='id') |
|
| getRedirectToItemAppend ($recordId=null, $urlVar='id') |
|
| getRedirectToListAppend () |
|
| allowAdd ($data=[]) |
|
| allowEdit ($data=[], $key='id') |
|
| allowSave ($data, $key='id') |
|
| getRedirectToItemAppend ($recordId=null, $urlVar='id') |
|
| getRedirectToListAppend () |
|
| postSaveHook (BaseDatabaseModel $model, $validData=array()) |
|
| addPath ($type, $path) |
|
| checkEditId ($context, $id) |
|
| createModel ($name, $prefix='', $config=array()) |
|
| createView ($name, $prefix='', $type='', $config=array()) |
|
| holdEditId ($context, $id) |
|
| releaseEditId ($context, $id) |
|
| setPath ($type, $path) |
|
Workflow controller
- Depuis
- 4.0.0
◆ __construct()
◆ allowAdd()
allowAdd |
( |
|
$data = array() | ) |
|
|
protected |
Method to check if you can add a new record.
- Paramètres
-
array | $data | An array of input data. |
- Renvoie
- boolean
- Depuis
- 4.0.0
Références extension.
◆ allowEdit()
allowEdit |
( |
|
$data = array() , |
|
|
|
$key = 'id' |
|
) |
| |
|
protected |
Method to check if you can edit a record.
- Paramètres
-
array | $data | An array of input data. |
string | $key | The name of the key for the primary key. |
- Renvoie
- boolean
- Depuis
- 4.0.0
Références $data, $key, $recordId, $this, et $user.
◆ getRedirectToItemAppend()
getRedirectToItemAppend |
( |
|
$recordId = null , |
|
|
|
$urlVar = 'id' |
|
) |
| |
|
protected |
Gets the URL arguments to append to an item redirect.
- Paramètres
-
integer | $recordId | The primary key id for the item. |
string | $urlVar | The name of the URL variable for the id. |
- Renvoie
- string The arguments to append to the redirect URL.
- Depuis
- 4.0.0
Références $append, $recordId, et extension.
◆ getRedirectToListAppend()
getRedirectToListAppend |
( |
| ) |
|
|
protected |
Gets the URL arguments to append to a list redirect.
- Renvoie
- string The arguments to append to the redirect URL.
- Depuis
- 4.0.0
Références $append, et extension.
◆ postSaveHook()
◆ $extension
◆ $section
La documentation de cette classe a été générée à partir du fichier suivant :