Documentation

ChildApiController extends ArcheBaseController
in package

Description of ChildApiController

Tags
author

nczirjak

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

Methods

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
Response

setupIdentifier()

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

        
On this page

Search results