AssertPageTrait
Trait AssertPageTrait
Table of Contents
Properties
Methods
- assertPage() : void
- Check value is a valid page number
Properties
$pageMax
Maximum page number (PHP_INT_MAX)
private
static int
$pageMax
= PHP_INT_MAX
$pageMin
Minimum page number
private
static int
$pageMin
= 1
Methods
assertPage()
Check value is a valid page number
public
static assertPage(int $value[, string $message = '' ]) : void
Parameters
- $value : int
- $message : string = ''