Documentation

Result
in package

It's a class of result that output by loader

Tags
author

Eric Huang eric.huang@atelli.ai

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

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
Return values
int

Search results