Class PathStuffController
See the enclosed file license.txt for licensing information. If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
Package: installer
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Haruki Setoyama haruki@planewave.org
Author: Kazumi Ono webmaster@myweb.ne.jp
Author: Skalpa Keo skalpa@xoops.org
Author: Taiwen Jiang phppp@users.sourceforge.net
Author: DuGris (aka L. JEN) dugris@frxoops.org
Since: 2.3.0
Located at nstall/class/pathcontroller.php
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Haruki Setoyama haruki@planewave.org
Author: Kazumi Ono webmaster@myweb.ne.jp
Author: Skalpa Keo skalpa@xoops.org
Author: Taiwen Jiang phppp@users.sourceforge.net
Author: DuGris (aka L. JEN) dugris@frxoops.org
Since: 2.3.0
Located at nstall/class/pathcontroller.php
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
integer
|
|
public
null
|
|
public
boolean
|
|
public
false
|
public
array
|
$xoopsPath
|
#
array(
'root' => '',
'lib' => '',
'data' => '')
|
public
array
|
$xoopsPathDefault
|
#
array(
'lib' => 'xoops_lib',
'data' => 'xoops_data')
|
public
array
|
$dataPath
|
#
array(
'caches' => array(
'xoops_cache',
'smarty_cache',
'smarty_compile'),
'configs')
|
public
array
|
$path_lookup
|
#
array(
'root' => 'ROOT_PATH',
'data' => 'VAR_PATH',
'lib' => 'PATH')
|
public
string
|
$xoopsUrl
|
#
''
|
public
string
|
$xoopsCookieDomain
|
#
''
|
public
array
|
$validPath
|
#
array(
'root' => 0,
'data' => 0,
'lib' => 0)
|
public
boolean
|
$validUrl
|
#
false
|
public
array
|
$permErrors
|
#
array(
'root' => null,
'data' => null)
|