Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe Php
+ Graphe d'héritage de Php:

Fonctions membres publiques

 objectToString ($object, $params=array())
 
 stringToObject ($data, array $options=array())
 

Fonctions membres protégées

 getArrayString ($a)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de AbstractRegistryFormat
static getInstance ($type, array $options=array())
 
- Attributs protégés statiques hérités de AbstractRegistryFormat
static $instances = array()
 

Description détaillée

PHP class format handler for Registry

Depuis
1.0

Documentation des fonctions membres

◆ getArrayString()

getArrayString (   $a)
protected

Method to get an array as an exported string.

Paramètres
array$aThe array to get as a string.
Renvoie
string
Depuis
1.0

Références $i.

Référencé par Php\objectToString().

◆ objectToString()

objectToString (   $object,
  $params = array() 
)

Converts an object into a php class string.

  • NOTE: Only one depth level is supported.
Paramètres
object$objectData Source Object
array$paramsParameters used by the formatter
Renvoie
string Config class formatted string
Depuis
1.0

Implémente FormatInterface.

Références $class, $params, elseif, et Php\getArrayString().

◆ stringToObject()

stringToObject (   $data,
array  $options = array() 
)

Parse a PHP class formatted string and convert it into an object.

Paramètres
string$dataPHP Class formatted string to convert.
array$optionsOptions used by the formatter.
Renvoie
object Data object.
Depuis
1.0

Implémente FormatInterface.


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