PHP 클래스 Sleimanx2\Plastic\PlasticPaginator

상속: extends Illuminate\Pagination\LengthAwarePaginator
파일 보기 프로젝트 열기: sleimanx2/plastic

보호된 프로퍼티들

프로퍼티 타입 설명
$result PlasticResult

공개 메소드들

메소드 설명
__construct ( PlasticResult $result, integer $limit, integer $page ) PlasticPaginator constructor.
result ( ) : PlasticResult Access the plastic result object.

메소드 상세

__construct() 공개 메소드

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

result() 공개 메소드

Access the plastic result object.
public result ( ) : PlasticResult
리턴 PlasticResult

프로퍼티 상세

$result 보호되어 있는 프로퍼티

protected PlasticResult,Sleimanx2\Plastic $result
리턴 PlasticResult