|
| __construct ($config=array(), MVCFactoryInterface $factory=null) |
|
| checkin ($ids=array()) |
|
| getTotal () |
|
| getItems () |
|
| __construct ($config=array(), MVCFactoryInterface $factory=null) |
|
| getIsEmptyState () |
|
| getActiveFilters () |
|
| getItems () |
|
| getPagination () |
|
| getTotal () |
|
| getStart () |
|
| getFilterForm ($data=array(), $loadData=true) |
|
| getUserStateFromRequest ($key, $request, $default=null, $type='none', $resetPage=true) |
|
| __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) |
|
| setFormFactory (FormFactoryInterface $factory) |
|
◆ __construct()
◆ checkin()
checkin |
( |
|
$ids = array() | ) |
|
◆ getItems()
Get tables
- Renvoie
- array Checked in table names as keys and checked in item count as values.
- Depuis
- 1.6
Implémente ListModelInterface.
Références $count, $db, $fields, $items, $limit, $prefix, $query, $results, Factory\getApplication(), Joomla\Database\getDatabase(), Joomla\CMS\MVC\Model\getState(), et items.
◆ getTotal()
Get total of tables
- Renvoie
- integer Total to check-in tables
- Depuis
- 1.6
Références $total.
◆ populateState()
populateState |
( |
|
$ordering = 'table' , |
|
|
|
$direction = 'asc' |
|
) |
| |
|
protected |
Method to auto-populate the model state.
Note: Calling getState in this method will result in recursion.
- Paramètres
-
string | $ordering | An optional ordering field. |
string | $direction | An optional direction (asc|desc). |
- Renvoie
- void
- Depuis
- 1.6
Références $direction, $ordering, et Joomla\CMS\MVC\Model\populateState().
◆ $total
La documentation de cette classe a été générée à partir du fichier suivant :