Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface SerializerInterface
+ Graphe d'héritage de SerializerInterface:

Fonctions membres publiques

 getType ($model)
 
 getId ($model)
 
 getAttributes ($model, array $fields=null)
 
 getLinks ($model)
 
 getMeta ($model)
 
 getRelationship ($model, $name)
 

Documentation des fonctions membres

◆ getAttributes()

getAttributes (   $model,
array  $fields = null 
)

Get the attributes array.

Paramètres
mixed$model
array | null$fields
Renvoie
array

Implémenté dans AbstractSerializer.

◆ getId()

getId (   $model)

Get the id.

Paramètres
mixed$model
Renvoie
string

Implémenté dans AbstractSerializer.

◆ getLinks()

getLinks (   $model)

Get the links array.

Paramètres
mixed$model
Renvoie
array

Implémenté dans AbstractSerializer.

◆ getMeta()

getMeta (   $model)

Get the meta.

Paramètres
mixed$model
Renvoie
array

Implémenté dans AbstractSerializer.

◆ getRelationship()

getRelationship (   $model,
  $name 
)

Get a relationship.

Paramètres
mixed$model
string$name
Renvoie
|null

Implémenté dans AbstractSerializer.

◆ getType()

getType (   $model)

Get the type.

Paramètres
mixed$model
Renvoie
string

Implémenté dans AbstractSerializer.


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