You are here

function panels_context::get_argument in Panels 6.2

Same name and namespace in other branches
  1. 5.2 includes/plugins.inc \panels_context::get_argument()

File

includes/plugins.inc, line 43
plugins.inc

Class

panels_context
Forms the basis for describing and storing a context that a display might be running in.

Code

function get_argument() {
  return $this->argument;
}