|
XOOPS 2.5.6
Final
|
Public Member Functions | |
| checkPath ($PATH= '') | |
| checkPermissions ($path) | |
| execute () | |
| makeWritable ($path, $create=true) | |
| PathStuffController ($xoopsPathDefault, $dataPath) | |
| readRequest () | |
| setPermission ($parent, $path, &$error) | |
| validate () | |
Public Attributes | |
| $dataPath | |
| $path_lookup | |
| $permErrors | |
| $validPath | |
| $validUrl = false | |
| $xoopsPath | |
| $xoopsPathDefault | |
| $xoopsUrl = '' | |
Definition at line 18 of file pathcontroller.php.
| PathStuffController::checkPath | ( | $PATH = '' | ) |
Definition at line 161 of file pathcontroller.php.
Referenced by validate().

| PathStuffController::checkPermissions | ( | $path | ) |
Definition at line 211 of file pathcontroller.php.
References $errors, $path, and setPermission().
Referenced by validate().


| PathStuffController::execute | ( | ) |
Definition at line 99 of file pathcontroller.php.
References $_SERVER, $_SESSION, $GLOBALS, $xoopsUrl, readRequest(), and validate().

| PathStuffController::makeWritable | ( | $path, | |
$create = true |
|||
| ) |
Write-enable the specified folder
| string | $path | |
| bool | $recurse |
Definition at line 241 of file pathcontroller.php.
References $path.
Referenced by setPermission().

| PathStuffController::PathStuffController | ( | $xoopsPathDefault, | |
| $dataPath | |||
| ) |
Definition at line 61 of file pathcontroller.php.
References $_SESSION, $dataPath, $GLOBALS, $path, and $xoopsPathDefault.
| PathStuffController::readRequest | ( | ) |
Definition at line 116 of file pathcontroller.php.
References $_POST, and $_SERVER.
Referenced by execute().

| PathStuffController::setPermission | ( | $parent, | |
| $path, | |||
| & | $error | ||
| ) |
Definition at line 191 of file pathcontroller.php.
References $error, $path, and makeWritable().
Referenced by checkPermissions().


| PathStuffController::validate | ( | ) |
Definition at line 139 of file pathcontroller.php.
References $path, $status, checkPath(), and checkPermissions().
Referenced by execute().


| PathStuffController::$dataPath |
Definition at line 31 of file pathcontroller.php.
Referenced by PathStuffController().
| PathStuffController::$path_lookup |
Definition at line 40 of file pathcontroller.php.
| PathStuffController::$permErrors |
Definition at line 56 of file pathcontroller.php.
| PathStuffController::$validPath |
Definition at line 48 of file pathcontroller.php.
| PathStuffController::$validUrl = false |
Definition at line 54 of file pathcontroller.php.
| PathStuffController::$xoopsPath |
Definition at line 20 of file pathcontroller.php.
| PathStuffController::$xoopsPathDefault |
Definition at line 26 of file pathcontroller.php.
Referenced by PathStuffController().
| PathStuffController::$xoopsUrl = '' |
Definition at line 46 of file pathcontroller.php.
Referenced by execute().