phpDocumentor

Path

Class Path

Table of Contents

$admin  : string
$base  : string
__construct()  : mixed
Url constructor.
admin()  : string
Returns the base path of the admins root directory.
base()  : string
Returns base path of the shop root directory.

Properties

$admin

private string $admin

$base

private string $base

Methods

__construct()

Url constructor.

public __construct(string $base) : mixed
Parameters
$base : string
Return values
mixed

admin()

Returns the base path of the admins root directory.

public admin() : string
Return values
string

base()

Returns base path of the shop root directory.

public base() : string
Return values
string

Search results