PHP 클래스 Landish\Pagination\PaginationHTML

파일 보기 프로젝트 열기: landish/pagination

보호된 프로퍼티들

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

보호된 메소드들

메소드 설명
getActivePageWrapperHTML ( ) : string Get active page wrapper HTML.
getAvailablePageWrapperHTML ( ) : string Get available page wrapper HTML.
getDisabledPageWrapperHTML ( ) : string Get disabled page wrapper HTML.
getDotsText ( ) * Get "dots" text.
getNextButtonText ( ) : string Get next button text.
getPaginationWrapperHTML ( ) : string Get pagination wrapper HTML.
getPreviousButtonText ( ) : string Get previous button text.

메소드 상세

getActivePageWrapperHTML() 보호된 메소드

Get active page wrapper HTML.
protected getActivePageWrapperHTML ( ) : string
리턴 string

getAvailablePageWrapperHTML() 보호된 메소드

Get available page wrapper HTML.
protected getAvailablePageWrapperHTML ( ) : string
리턴 string

getDisabledPageWrapperHTML() 보호된 메소드

Get disabled page wrapper HTML.
protected getDisabledPageWrapperHTML ( ) : string
리턴 string

getDotsText() 보호된 메소드

* Get "dots" text.
protected getDotsText ( )

getNextButtonText() 보호된 메소드

Get next button text.
protected getNextButtonText ( ) : string
리턴 string

getPaginationWrapperHTML() 보호된 메소드

Get pagination wrapper HTML.
protected getPaginationWrapperHTML ( ) : string
리턴 string

getPreviousButtonText() 보호된 메소드

Get previous button text.
protected getPreviousButtonText ( ) : string
리턴 string

프로퍼티 상세

$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

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

* "Dots" text.
protected $dotsText

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

Next button text.
protected string $nextButtonText
리턴 string

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

Pagination wrapper HTML.
protected string $paginationWrapper
리턴 string

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

Previous button text.
protected string $previousButtonText
리턴 string