Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ActionlogsModel
+ Graphe d'héritage de ActionlogsModel:

Fonctions membres publiques

 __construct ($config=array())
 
 getLogsForItem ($extension, $itemId)
 
 getLogsData ($pks=null)
 
 getLogDataAsIterator ($pks=null)
 
 delete (&$pks)
 
 purge ()
 
 getFilterForm ($data=array(), $loadData=true)
 
- Fonctions membres publiques hérités de ListModel
 __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)
 
- Fonctions membres publiques hérités de BaseDatabaseModel
 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
 getTable ($name='', $prefix='', $options=array())
 
 isCheckedOut ($item)
 
 getDbo ()
 
 setDbo (DatabaseInterface $db=null)
 
 __get ($name)
 
- Fonctions membres publiques hérités de BaseModel
 __construct ($config=array())
 
 getName ()
 
- Fonctions membres publiques hérités de CMSObject
 __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)
 
- Fonctions membres publiques hérités de StatefulModelInterface
 getState ($property=null, $default=null)
 
 setState ($property, $value=null)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de CurrentUserInterface
 setCurrentUser (User $currentUser)
 
- Fonctions membres publiques hérités de CacheControllerFactoryAwareInterface
 setCacheControllerFactory (CacheControllerFactoryInterface $factory)
 
- Fonctions membres publiques hérités de DatabaseAwareInterface
 setDatabase (DatabaseInterface $db)
 
- Fonctions membres publiques hérités de FormFactoryAwareInterface
 setFormFactory (FormFactoryInterface $factory)
 

Fonctions membres protégées

 populateState ($ordering='a.id', $direction='desc')
 
 getListQuery ()
 
- Fonctions membres protégées hérités de ListModel
 getEmptyStateQuery ()
 
 _getListQuery ()
 
 getListQuery ()
 
 getStoreId ($id='')
 
 loadFormData ()
 
 populateState ($ordering=null, $direction=null)
 
 refineSearchStringToRegex ($search, $regexDelimiter='/')
 
- Fonctions membres protégées hérités de BaseDatabaseModel
 _getList ($query, $limitstart=0, $limit=0)
 
 _getListCount ($query)
 
 _createTable ($name, $prefix='Table', $config=array())
 
 bootComponent ($component)
 
 dispatchEvent (EventInterface $event)
 

Fonctions membres privées

 buildDateRange ($range)
 
 getLogDataQuery ($pks=null)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BaseModel
static addIncludePath ($path='', $prefix='')
 
- Attributs protégés hérités de ListModel
 $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')
 
- Attributs protégés hérités de BaseDatabaseModel
 $option = null
 
 $event_clean_cache = null
 
- Attributs protégés hérités de BaseModel
 $name
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 
- Attributs protégés statiques hérités de BaseModel
static $paths
 

Description détaillée

Methods supporting a list of article records.

Depuis
3.9.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn optional associative array of configuration settings.
Depuis
3.9.0
Exceptions
Exception

Références $config, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ buildDateRange()

buildDateRange (   $range)
private

Construct the date range to filter on.

Paramètres
string$rangeThe textual range to construct the filter for.
Renvoie
array The date range to filter on.
Depuis
3.9.0
Exceptions
Exception

Références Joomla\Database\Query\$offset, $range, et Factory\getApplication().

◆ delete()

delete ( $pks)

Delete logs

Paramètres
array$pksPrimary keys of logs
Renvoie
boolean
Depuis
3.9.0

Références $db, $query, Factory\getApplication(), Joomla\Database\getDatabase(), et ArrayHelper\toInteger().

◆ getFilterForm()

getFilterForm (   $data = array(),
  $loadData = true 
)

Get the filter form

Paramètres
array$datadata
boolean$loadDataload current data
Renvoie
Form|boolean The Form object or false on error
Depuis
3.9.0

Références $data, $field, $form, $params, Text\_(), et ComponentHelper\getParams().

◆ getListQuery()

getListQuery ( )
protected

Build an SQL query to load the list data.

Renvoie
DatabaseQuery
Depuis
3.9.0
Exceptions
Exception

Références $date, $db, $extension, $query, $user, elseif, Joomla\Database\getDatabase(), Joomla\CMS\MVC\Model\getState(), et ParameterType\INTEGER.

◆ getLogDataAsIterator()

getLogDataAsIterator (   $pks = null)

Get logs data as a database iterator

Paramètres
integer[]|null$pks An optional array of log record IDs to load
Renvoie
DatabaseIterator
Depuis
3.9.0

Références $db, $query, et Joomla\Database\getDatabase().

◆ getLogDataQuery()

getLogDataQuery (   $pks = null)
private

Get the query for loading logs data

Paramètres
integer[]|null$pks An optional array of log record IDs to load
Renvoie
DatabaseQuery
Depuis
3.9.0

Références $db, $query, Joomla\Database\getDatabase(), et ArrayHelper\toInteger().

◆ getLogsData()

getLogsData (   $pks = null)

Get logs data into Table object

Paramètres
integer[]|null$pks An optional array of log record IDs to load
Renvoie
array All logs in the table
Depuis
3.9.0

Références $db, $query, et Joomla\Database\getDatabase().

◆ getLogsForItem()

getLogsForItem (   $extension,
  $itemId 
)

Get all log entries for an item

Paramètres
string$extensionThe extension the item belongs to
integer$itemIdThe item ID
Renvoie
array
Depuis
3.9.0

Références $db, $extension, $itemId, $query, Joomla\Database\getDatabase(), Joomla\CMS\MVC\Model\getState(), et ParameterType\INTEGER.

◆ populateState()

populateState (   $ordering = 'a.id',
  $direction = 'desc' 
)
protected

Method to auto-populate the model state.

Paramètres
string$orderingAn optional ordering field.
string$directionAn optional direction (asc|desc).
Renvoie
void
Depuis
3.9.0
Exceptions
Exception

Références $direction, $ordering, et Joomla\CMS\MVC\Model\populateState().

◆ purge()

purge ( )

Removes all of logs from the table.

Renvoie
boolean result of operation
Depuis
3.9.0

Références Factory\getApplication(), et Joomla\Database\getDatabase().


La documentation de cette classe a été générée à partir du fichier suivant :