PSQL

Extends \SYSTEM\PATH

System SQL Path Class provided by System.

package

SYSTEM\PATH

Methods

Construct the path with given basepath, path and subpath

__construct(\SYSTEM\PATH $basepath, string $path, string $subpath = '') 
inherited

Arguments

$basepath

\SYSTEM\PATH

Basepath

$path

string

Path

$subpath

string

Subpath

Calculate Serverpath of the given pathobject

SERVERPATH() : string
inherited

Response

string

Serverpath of the given pathobject

Calculate Webpath of the given pathobject

WEBPATH(boolean $mask = true) : string
inherited

Arguments

$mask

boolean

Mask the path using System cache functionality

Response

string

Webpath of the given pathobject

Properties

array Variable to store the base path object of the path object

basepath : 
inherited

Type(s)

array Variable to store the path of the path object

path : 
inherited

Type(s)

array Variable to store the sub path of the path object

subpath : 
inherited

Type(s)