core\util\class-csv-util.php

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

\eoxia\CSV_Util

Package: EO_Framework\Core\Util
Méthodes utilitaires pour les fichiers CSV.
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

Details
Since
0.1.0  
Version
1.0.0  
methodprotectedconstruct() : void
abstractinherited

Le constructeur pour les enfants

Inherited from:
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  
methodpublicread_and_set_index(string $csv_path, array $list_index = array()) : array

Lit un fichier CSV et forme un tableau 2D selon $list_index

Parameters
NameTypeDescription
$csv_pathstring

Le chemin vers le fichier .csv.

$list_indexarray

Les index personnalisés.

Returns
TypeDescription
arrayLe tableau 2D avec les données du csv
Details
Since
0.1.0  
Todo
: Est-ce utile ? Utilisé par quel plugin ?  
Version
1.0.0  
Documentation was generated by phpDocumentor 2.9.1.