LinkContextHelper
class LinkContextHelper
Class LinkContextHelper
Traits
Trait CoreLinkMethods
Properties
| array | $GPvars |
Methods
__call($func, $args)
No description
__get($var)
No description
get_xf_link()
No description
string
print_link(array $params = array())
Wrapper for XF->lib->link substituting modules with instance names etc.
from
CoreLinkMethods
void
set_xf_link($xf_link)
No description
Details
at line 58
__call($func, $args)
No description
at line 41
__construct(Core $mod_reference, $submodule_reference)
No description
at line 69
__get($var)
No description
in
CoreLinkMethods at line 174
array|false
get_current_link(array $params = array())
No description
in
CoreLinkMethods at line 190
get_current_url()
No description
in
CoreLinkMethods at line 101
array|bool
get_link()
No description
in
CoreLinkMethods at line 117
string
get_url()
No description
at line 93
Link
get_xf_link()
No description
in
CoreLinkMethods at line 207
print_current_link()
No description
in
CoreLinkMethods at line 156
string
print_link(array $params = array())
Wrapper for XF->lib->link substituting modules with instance names etc.
Example:
$this->mod->print_link(array('label'=>$label, 'page'=>$page, 'ajax_modal'=>array('form' => 'noajax')));
$this->mod->print_link(array('label'=>$label, 'page'=>$page, 'JS-FSLoader'=>array('message' => 'loading..','autohide'=>'5000')));
at line 85
void
set_xf_link($xf_link)
No description