PHP Class JBZoo\Data\Ini

Inheritance: extends Data
Afficher le fichier Open project: jbzoo/data

Méthodes protégées

Méthode Description
_decode ( string $string ) : mixed Utility Method to unserialize the given data
_encode ( mixed $data ) : string
_render ( array $data = [], array $parent = [] ) : string

Method Details

_decode() protected méthode

Utility Method to unserialize the given data
protected _decode ( string $string ) : mixed
$string string
Résultat mixed

_encode() protected méthode

protected _encode ( mixed $data ) : string
$data mixed
Résultat string

_render() protected méthode

protected _render ( array $data = [], array $parent = [] ) : string
$data array
$parent array
Résultat string