Result
in package
It's a class of result that output by loader
Tags
Table of Contents
- $length : int
- $path : string
- $rows : int
- __construct() : mixed
- construct
- getLength() : int
- get length
- getPath() : string
- get path
- getRows() : int
- get rows
Properties
$length
private
int
$length
$path
private
string
$path
$rows
private
int
$rows
Methods
__construct()
construct
public
__construct(int $length, int $rows, string $path) : mixed
Parameters
- $length : int
- $rows : int
- $path : string
Return values
mixed —getLength()
get length
public
getLength() : int
Return values
int —getPath()
get path
public
getPath() : string
Return values
string —getRows()
get rows
public
getRows() : int