PHP Class Mlp_Language_Manager_Pagination_Data

Evaluates $_REQUEST to get the current page, because this is used for the view and when the data is saved.
Author: Inpsyde GmbH, MarketPress, toscho
Inheritance: implements Mlp_Browsable
Datei anzeigen Open project: inpsyde/multilingual-press

Public Methods

Method Description
__construct ( Mlp_Data_Access $data ) Constructor.
get_current_page ( ) (non-PHPdoc)
get_items_per_page ( ) (non-PHPdoc)
get_total_items ( ) (non-PHPdoc)
get_total_pages ( ) (non-PHPdoc)

Method Details

__construct() public method

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

get_current_page() public method

(non-PHPdoc)
See also: Mlp_Browsable::get_current_page()
public get_current_page ( )

get_items_per_page() public method

(non-PHPdoc)
See also: Mlp_Browsable::get_items_per_page()
public get_items_per_page ( )

get_total_items() public method

(non-PHPdoc)
public get_total_items ( )

get_total_pages() public method

(non-PHPdoc)
See also: Mlp_Browsable::get_total_pages()
public get_total_pages ( )