Paging
class Paging extends UIComponent
Constants
SYSTEM_TEMPLATE_UI_FOLDER |
|
Properties
Link | $xf_link | from UIComponent | |
bool | $link_id | from UIComponent | |
array | $GPvars | from UIComponent | |
Controller | $mod | from UIComponent | |
protected array | $local_template_marker | from UIComponent | |
protected bool | $_overwrite_param_array | from UIComponent | |
protected bool|array|ModelCollection | $marker_content | from UIComponent | |
string | $mod_object_manager | from UIComponent | |
protected bool | $_orig_marker_content | from UIComponent | |
protected array | $_allowed_params_filter | from UIComponent | |
string | $unique_dom_id | from UIComponent | |
protected string | $uid | from UIComponent | |
$numbers_before_and_after_dots |
Methods
No description
put your comment there.
Used to inject params. Only allowed params will be used (see $allowed_params_filter)
sets marker_content to passed data -> restore original content with reset_marker_content()
Generates a unique dom id, dependent on the provided UID, as well as the current context.
No description
Return new template view If using within module xui the tpl file should be named [class_name].tpl e.g. xui_core_table.tpl within the module's template folder
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
at line 67
__construct($record_count, $records_on_page, $paging_id = false, $record_start = false)
at line 90
init()
put your comment there.
..
in UIComponent at line 84
set_mod(mixed $mod)
Set link to owning module
in UIComponent at line 100
set(mixed $var, mixed $value = false)
Set Variable / Option
in UIComponent at line 116
set_array(mixed $member_array, mixed $vars)
Set Variable / Option for an array
in UIComponent at line 129
set_render_params(mixed $input_params = array())
Used to inject params. Only allowed params will be used (see $allowed_params_filter)
in UIComponent at line 159
set_marker_content(mixed $marker_content = false)
sets marker_content to passed data -> restore original content with reset_marker_content()
in UIComponent at line 168
reset_marker_content()
restores original content of marker_content
in UIComponent at line 180
mixed
get(mixed $var)
Get Variable / Option
in UIComponent at line 197
string
get_unique_dom_id()
Generates a unique dom id, dependent on the provided UID, as well as the current context.
in UIComponent at line 216
string
parse_template(string $template_content, array|bool $marker_array = false)
in UIComponent at line 230
string
parse_template_cb_wrapper(mixed $matches)
in UIComponent at line 256
mixed|string
parse_xtag($xml_source)
in UIComponent at line 264
mixed
render_xtag_element()
in UIComponent at line 285
Template
get_view(string|bool $section = false)
Return new template view If using within module xui the tpl file should be named [class_name].tpl e.g. xui_core_table.tpl within the module's template folder