Skip to content

Paginated array set total

Set the total number of items, if more than are in the WireArray.

Usage

$paginatedArray->setTotal(int $total);

Arguments

Name

Type(s)

Description

total

int

Return value

$this

Object instance it was called from (method supports fluent interface).