function panels_optional_context::panels_optional_context in Panels 6.2
Same name and namespace in other branches
- 5.2 includes/plugins.inc \panels_optional_context::panels_optional_context()
File
- includes/
plugins.inc, line 108 - plugins.inc
Class
Code
function panels_optional_context() {
$args = func_get_args();
call_user_func_array(array(
$this,
'panels_required_context',
), $args);
}