CollectionScriptObject
extends MainObject
in package
Description of CollectionScriptObject
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getData() : array<string|int, mixed>
- init() : string
- createModel() : void
- changeText() : string
- processData() : string
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 $repoUrl) : string
Parameters
- $repoUrl : string
Return values
stringcreateModel()
protected
createModel() : void
changeText()
private
changeText(string $text, string $repoUrl) : string
Parameters
- $text : string
- $repoUrl : string
Return values
stringprocessData()
private
processData(string $repoUrl) : string
Parameters
- $repoUrl : string