PHP Class Sleimanx2\Plastic\PlasticPaginator

Inheritance: extends Illuminate\Pagination\LengthAwarePaginator
Afficher le fichier Open project: sleimanx2/plastic

Protected Properties

Свойство Type Description
$result PlasticResult

Méthodes publiques

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

Method Details

__construct() public méthode

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

result() public méthode

Access the plastic result object.
public result ( ) : PlasticResult
Résultat PlasticResult

Property Details

$result protected_oe property

protected PlasticResult,Sleimanx2\Plastic $result
Résultat PlasticResult