MasterTemplateClient
extends
ProvidesListing
in
Tags
Table of Contents
- list() : Paginator<string|int, T>
- show() : MasterTemplate
Methods
list()
public
list(int $page[, int $perPage = 25 ]) : Paginator<string|int, T>
Parameters
- $page : int
-
starts at 1
- $perPage : int = 25
Tags
Return values
Paginator<string|int, T> —show()
public
show(string|MasterTemplate $template) : MasterTemplate
Parameters
- $template : string|MasterTemplate