XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe FileStorage
+ Graphe d'héritage de FileStorage:
+ Graphe de collaboration de FileStorage:

Fonctions membres publiques

 __construct ($storagePath=null, $systemSecret=null)
 
 save ($name, $data)
 
 fetch ($name)
 
 exists ($name)
 
 delete ($name)
 

Fonctions membres protégées

 fileName ($name)
 
 generateSystemSecret ()
 

Attributs protégés

 $storagePath
 
 $systemSecret
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $storagePath = null,
  $systemSecret = null 
)

FileStorage constructor.

Paramètres
string | null$storagePathfilesystem path to storage (without trailing slash)
string | null$systemSecretprefix unique to this system
+ Voici le graphe d'appel pour cette fonction :

Documentation des fonctions membres

◆ delete()

delete (   $name)

Delete a key

Paramètres
string$namekey name
Renvoie
boolean true if key deleted, otherwise false

Implémente StorageInterface.

+ Voici le graphe d'appel pour cette fonction :

◆ exists()

exists (   $name)

Check if key data exists

Paramètres
string$namekey name
Renvoie
boolean true if key exists, otherwise false

Implémente StorageInterface.

+ Voici le graphe d'appel pour cette fonction :

◆ fetch()

fetch (   $name)

Fetch key data by name

Paramètres
string$namekey name
Renvoie
string|false key data (possibly serialized) or false on error

Implémente StorageInterface.

+ Voici le graphe d'appel pour cette fonction :

◆ fileName()

fileName (   $name)
protected

Fetch key data by name

Paramètres
string$namekey name
Renvoie
string file name
+ Voici le graphe des appelants de cette fonction :

◆ generateSystemSecret()

generateSystemSecret ( )
protected

Construct a string related to the system to make name less predictable

Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ save()

save (   $name,
  $data 
)

Save key data by name

Paramètres
string$namekey name
string$datakey data, serialized to string if required
Renvoie
boolean true if key saved, otherwise false

Implémente StorageInterface.

+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $storagePath

$storagePath
protected

◆ $systemSecret

$systemSecret
protected

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