XOOPS
2.6.0
|
Public Member Functions | |
__construct ($xoopsPathDefault, $dataPath) | |
checkPath ($PATH= '') | |
checkPermissions ($path) | |
execute () | |
makeWritable ($path, $create=true) | |
readRequest () | |
setPermission ($parent, $path, &$error) | |
validate () | |
Public Attributes | |
$dataPath | |
$path_lookup | |
$permErrors | |
$validPath | |
$validUrl = false | |
$xoopsPath | |
$xoopsPathDefault | |
$xoopsUrl = '' | |
Definition at line 25 of file pathcontroller.php.
XoopsPathController::__construct | ( | $xoopsPathDefault, | |
$dataPath | |||
) |
$xoopsPathDefault | |
$dataPath |
Definition at line 85 of file pathcontroller.php.
References $_SESSION, $dataPath, $path, $wizard, and $xoopsPathDefault.
XoopsPathController::checkPath | ( | $PATH = '' | ) |
Definition at line 198 of file pathcontroller.php.
References $path.
Referenced by validate().
XoopsPathController::checkPermissions | ( | $path | ) |
string | $path |
Definition at line 254 of file pathcontroller.php.
References $path, and setPermission().
Referenced by validate().
XoopsPathController::execute | ( | ) |
Definition at line 128 of file pathcontroller.php.
References $_SERVER, $_SESSION, $wizard, $xoopsUrl, readRequest(), and validate().
XoopsPathController::makeWritable | ( | $path, | |
$create = true |
|||
) |
Write-enable the specified folder
string | $path | |
bool | $create |
Definition at line 283 of file pathcontroller.php.
Referenced by setPermission().
XoopsPathController::readRequest | ( | ) |
Definition at line 151 of file pathcontroller.php.
References $_SERVER.
Referenced by execute().
XoopsPathController::setPermission | ( | $parent, | |
$path, | |||
& | $error | ||
) |
Definition at line 228 of file pathcontroller.php.
References $error, $parent, $path, and makeWritable().
Referenced by checkPermissions().
XoopsPathController::validate | ( | ) |
Definition at line 174 of file pathcontroller.php.
References $path, $status, checkPath(), and checkPermissions().
Referenced by execute().
XoopsPathController::$dataPath |
Definition at line 44 of file pathcontroller.php.
Referenced by __construct().
XoopsPathController::$path_lookup |
Definition at line 53 of file pathcontroller.php.
XoopsPathController::$permErrors |
Definition at line 77 of file pathcontroller.php.
XoopsPathController::$validPath |
Definition at line 65 of file pathcontroller.php.
XoopsPathController::$validUrl = false |
Definition at line 72 of file pathcontroller.php.
XoopsPathController::$xoopsPath |
Definition at line 30 of file pathcontroller.php.
XoopsPathController::$xoopsPathDefault |
Definition at line 37 of file pathcontroller.php.
Referenced by __construct().
XoopsPathController::$xoopsUrl = '' |
Definition at line 60 of file pathcontroller.php.
Referenced by execute().