Свойство | Тип | Описание | |
---|---|---|---|
$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. |
protected getActivePageWrapperHTML ( ) : string | ||
Результат | string |
protected getAvailablePageWrapperHTML ( ) : string | ||
Результат | string |
protected getDisabledPageWrapperHTML ( ) : string | ||
Результат | string |
protected getNextButtonText ( ) : string | ||
Результат | string |
protected getPaginationWrapperHTML ( ) : string | ||
Результат | string |
protected getPreviousButtonText ( ) : string | ||
Результат | string |
protected string $activePageWrapper | ||
Результат | string |
protected string $availablePageWrapper | ||
Результат | string |
protected string $disabledPageWrapper | ||
Результат | string |
protected string $nextButtonText | ||
Результат | string |
protected string $paginationWrapper | ||
Результат | string |
protected string $previousButtonText | ||
Результат | string |