Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($config=[]) | |
Fonctions membres publiques hérités de JsonView | |
__construct ($config=array()) | |
display ($tpl=null) | |
Fonctions membres publiques hérités de AbstractView | |
__construct ($config=array()) | |
display ($tpl=null) | |
get ($property, $default=null) | |
getModel ($name=null) | |
setModel ($model, $default=false) | |
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 DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Champs de données | |
$document | |
Champs de données hérités de AbstractView | |
$document | |
Fonctions membres protégées | |
prepareItem ($item) | |
queryEncode ($query) | |
Fonctions membres protégées hérités de AbstractView | |
dispatchEvent (EventInterface $event) | |
Attributs protégés | |
$type | |
$relationship = [] | |
$serializer | |
$fieldsToRenderItem = [] | |
$fieldsToRenderList = [] | |
Attributs protégés hérités de JsonView | |
$_basePath = null | |
$_charset = 'UTF-8' | |
$_output = array() | |
Attributs protégés hérités de AbstractView | |
$option = null | |
$_name = null | |
$_models = array() | |
$_defaultModel = null | |
Attributs protégés hérités de CMSObject | |
$_errors = array() | |
Base class for a Joomla Json List View
Class holding methods for displaying presentation data.
__construct | ( | $config = [] | ) |
Constructor.
array | $config | A named configuration array for object construction. contentType: the name (optional) of the content type to use for the serialization |
Références $config, Symfony\Contracts\Service\__construct(), et null.
|
protected |
Prepare item before render.
object | $item | The model item |
Références $item.
|
protected |
$document |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |