fixed path proprety to protected
This commit is contained in:
parent
1bd0c36bdd
commit
afcd9c998a
@ -16,11 +16,11 @@ namespace SYSTEM;
|
|||||||
*/
|
*/
|
||||||
class PATH {
|
class PATH {
|
||||||
/** array Variable to store the base path object of the path object */
|
/** array Variable to store the base path object of the path object */
|
||||||
private $basepath = NULL;
|
protected $basepath = NULL;
|
||||||
/** array Variable to store the path of the path object */
|
/** array Variable to store the path of the path object */
|
||||||
private $path = NULL;
|
protected $path = NULL;
|
||||||
/** array Variable to store the sub path of the path object */
|
/** array Variable to store the sub path of the path object */
|
||||||
private $subpath = NULL;
|
protected $subpath = NULL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct the path with given basepath, path and subpath
|
* Construct the path with given basepath, path and subpath
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user