trait BasePath

A storage that has a base path

Methods

static array
GetFieldTemplate()

No description

array
GetClientObject(bool $activate = false)

No description

static string
GetCreateUsage()

No description

static Storage
Create(ObjectDatabase $database, Input $input, FSManager $filesystem)

No description

static string
GetEditUsage()

No description

Edit(Input $input)

No description

string
GetPath(string $path = "")

Returns the full storage level path for the given root-relative path

SetPath(string $path)

Sets the path of the storage's root

Details

at line 119
static array GetFieldTemplate()

No description

Return Value

array

at line 126
array GetClientObject(bool $activate = false)

No description

Parameters

bool $activate

Return Value

array

at line 133
static string GetCreateUsage()

No description

Return Value

string

at line 135
static Storage Create(ObjectDatabase $database, Input $input, FSManager $filesystem)

No description

Parameters

ObjectDatabase $database
Input $input
FSManager $filesystem

Return Value

Storage

at line 141
static string GetEditUsage()

No description

Return Value

string

at line 143
Storage Edit(Input $input)

No description

Parameters

Input $input

Return Value

Storage

at line 151
protected string GetPath(string $path = "")

Returns the full storage level path for the given root-relative path

Parameters

string $path

Return Value

string

at line 157
private Storage SetPath(string $path)

Sets the path of the storage's root

Parameters

string $path

Return Value

Storage