◆ __construct() [1/2]
__construct |
( |
|
$xoopsPathDefault, |
|
|
|
$dataPath |
|
) |
| |
- Parameters
-
$xoopsPathDefault | |
$dataPath | |
◆ __construct() [2/2]
◆ checkPath() [1/2]
◆ checkPath() [2/2]
◆ checkPermissions() [1/2]
checkPermissions |
( |
|
$path | ) |
|
◆ checkPermissions() [2/2]
checkPermissions |
( |
|
$path = 'data' | ) |
|
◆ execute() [1/2]
◆ execute() [2/2]
◆ makeWritable() [1/2]
makeWritable |
( |
|
$path, |
|
|
|
$create = true |
|
) |
| |
Write-enable the specified folder
- Parameters
-
◆ makeWritable() [2/2]
makeWritable |
( |
|
$path, |
|
|
|
$group = false , |
|
|
|
$create = true |
|
) |
| |
Write-enable the specified file/folder
- Parameters
-
string | $path | |
bool | string | $group | |
bool | $create | |
◆ readRequest() [1/2]
◆ readRequest() [2/2]
◆ setPermission() [1/2]
setPermission |
( |
|
$parent, |
|
|
|
$path, |
|
|
& |
$error |
|
) |
| |
◆ setPermission() [2/2]
setPermission |
( |
|
$parent, |
|
|
|
$path, |
|
|
& |
$error |
|
) |
| |
◆ validate() [1/2]
◆ validate() [2/2]
◆ $dataPath
Initial value:= array(
'caches' => array(
'xoops_cache',
'smarty_cache',
'smarty_compile',
),
'configs' => array(
'captcha',
'textsanitizer',
),
'data' => null,
'protector' => null,
)
◆ $path_lookup
Initial value:= array(
'root' => 'ROOT_PATH',
'data' => 'VAR_PATH',
'lib' => 'PATH')
◆ $permErrors
Initial value:= array(
'root' => null,
'data' => null)
◆ $validPath
Initial value:= array(
'root' => 0,
'data' => 0,
'lib' => 0)
◆ $validUrl
◆ $xoopsCookieDomain
◆ $xoopsPath
Initial value:= array(
'root' => '',
'lib' => '',
'data' => '')
◆ $xoopsPathDefault
Initial value:= array(
'lib' => 'xoops_lib',
'data' => 'xoops_data')
◆ $xoopsUrl
The documentation for this class was generated from the following files: