core\util\class-json-util.php

Show: PublicProtectedPrivateinherited
Table of Contents
Méthodes utiles pour les fichiers JSON.
Author
Eoxia  
Copyright
2015-2018 Eoxia  
Package
EO_Framework\Core\Util  
Since
0.1.0  
Version
1.0.0  

\eoxia\JSON_Util

Package: EO_Framework\Core\Util
Méthodes utiles pour les fichiers JSON.
Parent(s)
\eoxia\Singleton_Util
Inherited_from
\eoxia\Singleton_Util  

Properties

>VPropertyprotected\eoxia\Singleton_Util $instance
static
L'instance courant du singleton
Details
Type
\eoxia\Singleton_Util

Methods

methodprotected__construct() : void
finalinherited

Appelle le constructeur parent

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodprotectedconstruct() : void

Le constructeur obligatoirement pour utiliser la classe \eoxia\Singleton_Util

methodprotectedconstruct() : void
abstractinherited

Le constructeur pour les enfants

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodpublicdecode(string $json_to_decode) : array

Décodes la chaine de caractère $json_to_decode

Parameters
NameTypeDescription
$json_to_decodestring

La chaine de caractère JSON.

Returns
TypeDescription
arrayLes données décodées
Details
Since
0.1.0  
Version
1.0.0  
methodpublicg() : \eoxia\Singleton_Util
staticfinalinherited

Récupères l'instance courante

Inherited from:
Returns
TypeDescription
\eoxia\Singleton_UtilL'instance courante
Details
Since
0.1.0  
Version
1.0.0  
methodpublicopen_and_decode(string $path_to_json, string $output = 'STDCLASS') : array

Ouvres et décode le fichier JSON $path_to_json

Parameters
NameTypeDescription
$path_to_jsonstring

Le chemin vers le fichier JSON.

$outputstring

Peut être STDCLASS ou ARRAY_A ou ARRAY_N. Défault STDCLASS.

Returns
TypeDescription
arrayLes données du fichier JSON
Details
Since
0.1.0  
Version
1.0.0  
Documentation was generated by phpDocumentor 2.9.1.