query()
mixed query( string varname )
The query() method is used to access configuration
variables. varname is the name of the variable, as defined by
the defvar(). The return value is the value of the
variable. Querying an undefined variable will result in an exception.
|