You are here

function panels_optional_context::panels_optional_context in Panels 5.2

Same name and namespace in other branches
  1. 6.2 includes/plugins.inc \panels_optional_context::panels_optional_context()

File

includes/plugins.inc, line 100
plugins.inc

Class

panels_optional_context

Code

function panels_optional_context() {
  $args = func_get_args();
  call_user_func_array(array(
    $this,
    'panels_required_context',
  ), $args);
}