PHP 클래스 Mlp_Table_Pagination_View

Outputs markup that will be styled by WordPress default stylesheets in admin backend.
저자: Inpsyde GmbH, MarketPress, toscho
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__construct ( Mlp_Browsable $data ) Constructor.
print_pagination ( ) : void Print the markup.

비공개 메소드들

메소드 설명
get_anchor ( string $url, string $title, string $class, string $text ) : string Get anchor markup.
get_current_page_display ( ) : string Get text for "page number of total pages".
get_current_url ( ) : string Get current request URL.
get_first_page_link ( ) : string Get markup for last page link.
get_item_count ( ) : string Get markup for all item display.
get_last_page_link ( ) : string Get markup for last page link.
get_next_page_link ( ) : string Get markup for next page link.
get_paged_url ( integer $page ) : string Get escaped URL for a specific page number.
get_pagination_links ( ) : string Get the link markup.
get_previous_page_link ( ) : string Get markup for previous page link.
set_context_vars ( ) : void Fill class members to be used by other methods.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Mlp_Browsable $data )
$data Mlp_Browsable

print_pagination() 공개 메소드

Print the markup.
public print_pagination ( ) : void
리턴 void