fixed path proprety to protected

This commit is contained in:
Ulf Gebhardt 2023-10-27 13:28:09 +02:00
parent 1bd0c36bdd
commit afcd9c998a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -16,11 +16,11 @@ namespace SYSTEM;
*/
class PATH {
/** 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 */
private $path = NULL;
protected $path = NULL;
/** 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