PHP Class Sleimanx2\Plastic\PlasticPaginator

Inheritance: extends Illuminate\Pagination\LengthAwarePaginator
Show file Open project: sleimanx2/plastic

Protected Properties

Property Type Description
$result PlasticResult

Public Methods

Method Description
__construct ( PlasticResult $result, integer $limit, integer $page ) PlasticPaginator constructor.
result ( ) : PlasticResult Access the plastic result object.

Method Details

__construct() public method

PlasticPaginator constructor.
public __construct ( PlasticResult $result, integer $limit, integer $page )
$result PlasticResult
$limit integer
$page integer

result() public method

Access the plastic result object.
public result ( ) : PlasticResult
return PlasticResult

Property Details

$result protected property

protected PlasticResult,Sleimanx2\Plastic $result
return PlasticResult