|
| __construct (DatabaseDriver $db) |
|
| bind ($src, $ignore=array()) |
|
| __construct ($table, $key, DatabaseDriver $db, DispatcherInterface $dispatcher=null) |
|
| getFields ($reload=false) |
|
| appendPrimaryKeys ($query, $pk=null) |
|
| getTableName () |
|
| getKeyName ($multiple=false) |
|
| getId () |
|
| getDbo () |
|
| setDbo (DatabaseDriver $db) |
|
| setRules ($input) |
|
| getRules () |
|
| reset () |
|
| bind ($src, $ignore=array()) |
|
| load ($keys=null, $reset=true) |
|
| check () |
|
| save ($src, $orderingFilter='', $ignore='') |
|
| checkOut ($userId, $pk=null) |
|
| checkIn ($pk=null) |
|
| hasPrimaryKey () |
|
| hit ($pk=null) |
|
| isCheckedOut ($with=0, $against=null) |
|
| getNextOrder ($where='') |
|
| getPrimaryKey (array $keys=array()) |
|
| reorder ($where='') |
|
| move ($delta, $where='') |
|
| publish ($pks=null, $state=1, $userId=0) |
|
| getColumnAlias ($column) |
|
| setColumnAlias ($column, $columnAlias) |
|
| hasField ($key) |
|
| __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) |
|
| delete ($pk=null) |
|
| getKeyName () |
|
| store ($updateNulls=false) |
|
| setDispatcher (DispatcherInterface $dispatcher) |
|
Transition table
- Depuis
- 4.0.0
◆ __construct()
◆ _getAssetName()
◆ _getAssetParentId()
◆ _getAssetTitle()
Method to return the title to use for the asset table.
- Renvoie
- string
- Depuis
- 4.0.0
Références $title.
◆ bind()
bind |
( |
|
$src, |
|
|
|
$ignore = array() |
|
) |
| |
Method to bind an associative array or object to the Table instance. This method only binds properties that are publicly accessible and optionally takes an array of properties to ignore when binding.
- Paramètres
-
array | object | $src | An associative array or object to bind to the Table instance. |
array | string | $ignore | An optional array or space separated list of properties to ignore while binding. |
- Renvoie
- boolean True on success.
- Depuis
- 4.0.0
- Exceptions
-
Implémente TableInterface.
◆ $_jsonEncode
◆ $_supportNullValue
$_supportNullValue = true |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :