ArticleMovementRequest
in package
Implement movement object
This class provides general interfaces to handle article movements.
Tags
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
$data
private
array<string|int, mixed>
$data
$git_repo
private
Git|null
$git_repo
= null
$root_dir
The root folder to store at
private
string
$root_dir
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 —GitRepo()
Get reference to repo
public
GitRepo() : Git|null