|
| | __construct ($db) |
| |
| | bind ($array, $ignore='') |
| |
| | check () |
| |
| | __construct ($table, $key, $db) |
| |
| | attachObserver (\JObserverInterface $observer) |
| |
| | getObserverOfClass ($observerClass) |
| |
| | getFields ($reload=false) |
| |
| | appendPrimaryKeys ($query, $pk=null) |
| |
| | getTableName () |
| |
| | getKeyName ($multiple=false) |
| |
| | getDbo () |
| |
| | setDbo ($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) |
| |
| | attachObserver (JObserverInterface $observer) |
| |
Viewlevels table class.
- Depuis
- 1.7.0
◆ __construct()
Constructor
- Paramètres
-
| \JDatabaseDriver | $db | Database driver object. |
- Depuis
- 1.7.0
Références $db.
◆ bind()
| bind |
( |
|
$array, |
|
|
|
$ignore = '' |
|
) |
| |
Method to bind the data.
- Paramètres
-
| array | $array | The data to bind. |
| mixed | $ignore | An array or space separated list of fields to ignore. |
- Renvoie
- boolean True on success, false on failure.
- Depuis
- 1.7.0
Références json_encode.
◆ check()
Method to check the current record to save
- Renvoie
- boolean True on success
- Depuis
- 1.7.0
Références $db, $query, et title.
La documentation de cette classe a été générée à partir du fichier suivant :