PHP 클래스 Landish\Pagination\SemanticUI

상속: extends Pagination
파일 보기 프로젝트 열기: landish/pagination 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$activePageWrapper string Get active page wrapper HTML.
$availablePageWrapper string Available page wrapper HTML.
$disabledPageWrapper string Get disabled page wrapper HTML.
$nextButtonText string Next button text.
$paginationWrapper string Pagination wrapper HTML.
$previousButtonText string Previous button text.

프로퍼티 상세

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

Get active page wrapper HTML.
protected string $activePageWrapper
리턴 string

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

Available page wrapper HTML.
protected string $availablePageWrapper
리턴 string

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

Get disabled page wrapper HTML.
protected string $disabledPageWrapper
리턴 string

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

Next button text.
protected string $nextButtonText
리턴 string

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

Pagination wrapper HTML.
protected string $paginationWrapper
리턴 string

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

Previous button text.
protected string $previousButtonText
리턴 string