|
| getTable ($name='Request', $prefix='Administrator', $options=[]) |
|
| logRemove (RequestTable $request) |
|
| logRemoveBlocked (RequestTable $request, array $reasons) |
|
| __construct ($config=array(), MVCFactoryInterface $factory=null) |
|
| getTable ($name='', $prefix='', $options=array()) |
|
| isCheckedOut ($item) |
|
| getDbo () |
|
| setDbo (DatabaseInterface $db=null) |
|
| __get ($name) |
|
| __construct ($config=array()) |
|
| getName () |
|
| __construct ($properties=null) |
|
| __toString () |
|
| def ($property, $default=null) |
|
| get ($property, $default=null) |
|
| getProperties ($public=true) |
|
| getError ($i=null, $toString=true) |
|
| getErrors () |
|
| set ($property, $value=null) |
|
| setProperties ($properties) |
|
| setError ($error) |
|
| getState ($property=null, $default=null) |
|
| setState ($property, $value=null) |
|
| setDispatcher (DispatcherInterface $dispatcher) |
|
| setCurrentUser (User $currentUser) |
|
| setCacheControllerFactory (CacheControllerFactoryInterface $factory) |
|
| setDatabase (DatabaseInterface $db) |
|
Remove model class.
- Depuis
- 3.9.0
◆ getActionlogModel()
Method to fetch an instance of the action log model.
- Renvoie
- ActionlogModel
- Depuis
- 4.0.0
Références Factory\getApplication().
◆ getTable()
getTable |
( |
|
$name = 'Request' , |
|
|
|
$prefix = 'Administrator' , |
|
|
|
$options = [] |
|
) |
| |
Method to get a table object, load it if necessary.
- Paramètres
-
string | $name | The table name. Optional. |
string | $prefix | The class prefix. Optional. |
array | $options | Configuration array for model. Optional. |
- Renvoie
- Table A Table object
- Exceptions
-
Références $name, $options, et $prefix.
◆ logRemove()
Log the data removal to the action log system.
- Paramètres
-
RequestTable | $request | The request record being processed |
- Renvoie
- void
- Depuis
- 3.9.0
Références $message, $user, et Factory\getUser().
◆ logRemoveBlocked()
Log the data removal being blocked to the action log system.
- Paramètres
-
RequestTable | $request | The request record being processed |
| string[] | $reasons The reasons given why the record could not be removed. |
- Renvoie
- void
- Depuis
- 3.9.0
Références $message, $user, et Factory\getUser().
◆ populateState()
La documentation de cette classe a été générée à partir du fichier suivant :