XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe PathStuffController

Fonctions membres publiques

 __construct ($xoopsPathDefault, $dataPath)
 
 execute ()
 
 readRequest ()
 
 validate ()
 
 checkPath ($PATH='')
 
 setPermission ($parent, $path, &$error)
 
 checkPermissions ($path)
 
 makeWritable ($path, $create=true)
 
 __construct ()
 
 execute ()
 
 readRequest ()
 
 validate ()
 
 checkPath ($PATH='')
 
 setPermission ($parent, $path, &$error)
 
 checkPermissions ($path='data')
 
 makeWritable ($path, $group=false, $create=true)
 

Champs de données

 $xoopsPath
 
 $xoopsPathDefault
 
 $dataPath
 
 $path_lookup
 
 $xoopsUrl = ''
 
 $xoopsCookieDomain = ''
 
 $validPath
 
 $validUrl = false
 
 $permErrors
 

Documentation des constructeurs et destructeur

◆ __construct() [1/2]

__construct (   $xoopsPathDefault,
  $dataPath 
)
Paramètres
$xoopsPathDefault
$dataPath
+ Voici le graphe d'appel pour cette fonction :

◆ __construct() [2/2]

__construct ( )

Documentation des fonctions membres

◆ checkPath() [1/2]

checkPath (   $PATH = '')
Paramètres
string$PATH
Renvoie
int

◆ checkPath() [2/2]

checkPath (   $PATH = '')
Paramètres
string$PATH
Renvoie
int
+ Voici le graphe des appelants de cette fonction :

◆ checkPermissions() [1/2]

checkPermissions (   $path)
Paramètres
$path
Renvoie
bool
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ checkPermissions() [2/2]

checkPermissions (   $path = 'data')
Paramètres
string$path
Renvoie
bool
+ Voici le graphe d'appel pour cette fonction :

◆ execute() [1/2]

execute ( )
Renvoie
bool
+ Voici le graphe d'appel pour cette fonction :

◆ execute() [2/2]

execute ( )
+ Voici le graphe d'appel pour cette fonction :

◆ makeWritable() [1/2]

makeWritable (   $path,
  $create = true 
)

Write-enable the specified folder

Paramètres
string$path
bool$create
+ Voici le graphe des appelants de cette fonction :

◆ makeWritable() [2/2]

makeWritable (   $path,
  $group = false,
  $create = true 
)

Write-enable the specified file/folder

Paramètres
string$path
bool | string$group
bool$create

◆ readRequest() [1/2]

readRequest ( )

◆ readRequest() [2/2]

readRequest ( )
+ Voici le graphe des appelants de cette fonction :

◆ setPermission() [1/2]

setPermission (   $parent,
  $path,
$error 
)
Paramètres
$parent
$path
$error
Renvoie
null
+ Voici le graphe d'appel pour cette fonction :

◆ setPermission() [2/2]

setPermission (   $parent,
  $path,
$error 
)
Paramètres
$parent
$path
$error
Renvoie
null
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ validate() [1/2]

validate ( )
Renvoie
bool
+ Voici le graphe d'appel pour cette fonction :

◆ validate() [2/2]

validate ( )
Renvoie
bool
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $dataPath

$dataPath
Valeur initiale :
= array(
'caches' => array(
'xoops_cache',
'smarty_cache',
'smarty_compile'),
'configs')

◆ $path_lookup

$path_lookup
Valeur initiale :
= array(
'root' => 'ROOT_PATH',
'data' => 'VAR_PATH',
'lib' => 'PATH')

◆ $permErrors

$permErrors
Valeur initiale :
= array(
'root' => null,
'data' => null)

◆ $validPath

$validPath
Valeur initiale :
= array(
'root' => 0,
'data' => 0,
'lib' => 0)

◆ $validUrl

$validUrl = false

◆ $xoopsCookieDomain

$xoopsCookieDomain = ''

◆ $xoopsPath

$xoopsPath
Valeur initiale :
= array(
'root' => '',
'lib' => '',
'data' => '')

◆ $xoopsPathDefault

$xoopsPathDefault
Valeur initiale :
= array(
'lib' => 'xoops_lib',
'data' => 'xoops_data')

◆ $xoopsUrl

$xoopsUrl = ''

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