FileAccess Orion

ArticleMovementRequest
in package

Implement movement object

This class provides general interfaces to handle article movements.

Tags
category

Helper

author

Tobias Teichner webmaster@teichner.biz

since

File available since v3.11.44

Table of Contents

$data  : array<string|int, mixed>
$git_repo  : Git|null
$root_dir  : string
The root folder to store at
__construct()  : mixed
constructor.
Execute()  : Result
GitRepo()  : Git|null
Get reference to repo

Properties

Methods

__construct()

constructor.

public __construct(array<string|int, mixed> $data[, string $root = 'media/storage' ]) : mixed
Parameters
$data : array<string|int, mixed>

A row price object

$root : string = 'media/storage'

Path to the storage root

Return values
mixed

Execute()

public Execute([array<string|int, mixed> $conf = array() ]) : Result
Parameters
$conf : array<string|int, mixed> = array()
Return values
Result

Search results