ChildApiController
extends ArcheBaseController
in package
Description of ChildApiController
Tags
Table of Contents
Properties
- $config : mixed
- $helper : mixed
- $model : mixed
- $repoDb : mixed
- $siteLang : mixed
- $childNum : mixed
- $data : mixed
- $identifier : mixed
- $pagingHelper : mixed
- $repoid : mixed
Methods
- __construct() : mixed
- generateView() : Response
- This API will generate the child html view.
- setupIdentifier() : void
- create the identifiers
- setupPagingVariables() : void
- setup the variables for the paging
Properties
$config
protected
mixed
$config
$helper
protected
mixed
$helper
$model
protected
mixed
$model
$repoDb
protected
mixed
$repoDb
$siteLang
protected
mixed
$siteLang
$childNum
private
mixed
$childNum
$data
private
mixed
$data
$identifier
private
mixed
$identifier
$pagingHelper
private
mixed
$pagingHelper
$repoid
private
mixed
$repoid
Methods
__construct()
public
__construct() : mixed
generateView()
This API will generate the child html view.
public
generateView(string $identifier, string $limit, string $page, string $order) : Response
Parameters
- $identifier : string
-
- the UUID
- $limit : string
- $page : string
- $order : string
Return values
ResponsesetupIdentifier()
create the identifiers
private
setupIdentifier(string $identifier) : void
Parameters
- $identifier : string
setupPagingVariables()
setup the variables for the paging
private
setupPagingVariables(string $limit, string $page, string $order) : void
Parameters
- $limit : string
- $page : string
- $order : string