![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($config=array(), MVCFactoryInterface $factory=null) | |
getAssoc () | |
getItems () | |
countItems (&$items, $extension) | |
![]() | |
__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) | |
Fonctions membres protégées | |
populateState ($ordering='a.lft', $direction='asc') | |
getStoreId ($id='') | |
getListQuery () | |
getEmptyStateQuery () | |
![]() | |
getEmptyStateQuery () | |
_getListQuery () | |
getListQuery () | |
getStoreId ($id='') | |
loadFormData () | |
populateState ($ordering=null, $direction=null) | |
refineSearchStringToRegex ($search, $regexDelimiter='/') | |
![]() | |
_getList ($query, $limitstart=0, $limit=0) | |
_getListCount ($query) | |
_createTable ($name, $prefix='Table', $config=array()) | |
bootComponent ($component) | |
dispatchEvent (EventInterface $event) | |
Attributs privés | |
$hasAssociation | |
Membres hérités additionnels | |
![]() | |
static | addIncludePath ($path='', $prefix='') |
![]() | |
$cache = array() | |
$context = null | |
$filter_fields = array() | |
$query = array() | |
$lastQueryStoreId = null | |
$filterFormName = null | |
$htmlFormName = 'adminForm' | |
$filterBlacklist = array() | |
$filterForbiddenList = array() | |
$listBlacklist = array('select') | |
$listForbiddenList = array('select') | |
![]() | |
$option = null | |
$event_clean_cache = null | |
![]() | |
$name | |
![]() | |
$_errors = array() | |
![]() | |
static | $paths |
Categories Component Categories Model
__construct | ( | $config = array() , |
|
MVCFactoryInterface | $factory = null |
||
) |
Constructor.
array | $config | An optional associative array of configuration settings. |
MVCFactoryInterface | null | $factory | The factory. |
Références $config, Symfony\Contracts\Service\__construct(), et Associations\isEnabled().
countItems | ( | & | $items, |
$extension | |||
) |
Method to load the countItems method from the extensions
Références $component, $extension, $items, $parts, $section, et Factory\getApplication().
getAssoc | ( | ) |
Method to determine if an association exists
Références $component, $extension, Joomla\CMS\MVC\Model\getState(), Associations\isEnabled(), JPATH_SITE, et JLoader\register().
|
protected |
Manipulate the query to be used to evaluate if this is an Empty State to provide specific conditions for this extension.
Références $extension, $query, Joomla\Database\getDatabase(), et Joomla\CMS\MVC\Model\getState().
getItems | ( | ) |
Method to get an array of data items.
Implémente ListModelInterface.
Références $extension, $items, Joomla\CMS\Categories\countItems(), et Joomla\CMS\MVC\Model\getState().
|
protected |
Method to get a database query to list categories.
Références $assoc, $db, $extension, $groups, $language, $listDirn, $published, $query, $user, elseif, Joomla\Database\getDatabase(), Joomla\CMS\MVC\Model\getState(), Factory\getUser(), ParameterType\INTEGER, et ArrayHelper\toInteger().
|
protected |
Method to get a store id based on model configuration state.
This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.
string | $id | A prefix for the store id. |
Références $id, et Joomla\CMS\MVC\Model\getState().
|
protected |
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
string | $ordering | An optional ordering field. |
string | $direction | An optional direction (asc|desc). |
Références $app, $direction, $extension, $layout, $ordering, $parts, Factory\getApplication(), null, Joomla\CMS\MVC\Model\populateState(), et Joomla\CMS\MVC\Model\setState().
|
private |