CollectionObject
extends MainObject
in package
Description of CollectionObject
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getData() : array<string|int, mixed>
- init() : array<string|int, mixed>
- createModel() : void
- createBaseProperties() : void
- Set up the base parameters
- isDirOrFile() : void
- The actual resource is a binary file or a directory
- isPublic() : void
- Actual resource accessrestriction
- processData() : array<string|int, mixed>
Properties
$model
protected
mixed
$model
$repoDb
protected
mixed
$repoDb
$result
protected
mixed
$result
= array()
$siteLang
protected
mixed
$siteLang
= "en"
Methods
__construct()
public
__construct() : mixed
getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>init()
public
init(string $repoid, string $lang) : array<string|int, mixed>
Parameters
- $repoid : string
- $lang : string
Return values
array<string|int, mixed>createModel()
protected
createModel() : void
createBaseProperties()
Set up the base parameters
private
createBaseProperties(type &$v) : void
Parameters
- $v : type
isDirOrFile()
The actual resource is a binary file or a directory
private
isDirOrFile(type &$v) : void
Parameters
- $v : type
isPublic()
Actual resource accessrestriction
private
isPublic(type &$v) : void
Parameters
- $v : type
processData()
private
processData(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>