Method |
Description |
|
ajax ( ) : void |
Set the {if ajax} and {if not_ajax} variables |
|
archive ( ) : void |
Set the {if archive}, {if daily_archive}, {if monthly_archive}, {if yearly_archive},
{if not_archive}, {if not_daily_archive}, {if not_monthy_archive} and
{if not_yearly_archive} variables |
|
categorized ( ) |
Set the {if categorized} conditional |
|
cookie ( ) : void |
Set variables from the $_COOKIE array |
|
current_url ( ) : void |
Set the {current_url}, {uri_string} and {query_string} variables |
|
flashdata ( ) : void |
Set variables from the $this->EE->session->flashdata array |
|
get ( ) : void |
Set variables from the $_GET array |
|
get_post ( ) : void |
Set variables from the $_GET and $_POST arrays |
|
member_group_conditionals ( ) : void |
Set the {if in_group_1_2_3} and {if not_in_group_1_2_3} early-parsed conditionals |
|
member_id_conditionals ( ) : void |
Set the {if has_member_id_1_2_3} and {if not_has_member_id_1_2_3} early-parsed conditionals |
|
member_variables ( ) : void |
Set the member variables as early-parsed |
|
mobile_detect ( ) : void |
Early-parsed conditionals for mobile detection |
|
page_tracker ( ) : void |
Set the {last_page_visited}, {one_pages_ago}, {two_pages_ago},
{three_pages_ago}, {four_pages_ago} and {five_pages_ago} variables |
|
paginated ( ) : void |
Set the {if paginated}, {if not_paginated} and {page_offset variables} |
|
post ( ) : void |
Set variables from the $_POST array |
|
reserved_category_word ( ) |
Set the {reserved_category_word} variable |
|
reverse_segments ( ) : void |
Set the {rev_segment_X} variables |
|
secure ( ) : void |
Set the {if secure}, {if not_secure}, {insecure_site_url}, {secure_site_url} variables |
|
segments_from ( ) : void |
Set the {segments_from_X} variables |
|
set_global_var ( string | array $key, string $value = '', boolean $xss_clean = FALSE, boolean $embed = FALSE, string $separator = ':', string $prefix = '' ) : void |
Set Global Variable |
|