FunctionListStrategy Class Reference

Detailed Description

FunctionListStrategy implements a list of key/value pairs that is retrieved by a global function.

Configuration examples:

// key/value pairs provided by global function g_getListValues
{"type":"function","name":"g_getListValues"}
// key/value pairs provided by global function g_getListValues with parameters
{"type":"function","name":"g_getListValues","params":["param1","param2"]}
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 31 of file FunctionListStrategy.php.

+ Inheritance diagram for FunctionListStrategy:

Public Member Functions

 getList ($options, $language=null)
 
 isStatic ($options)
 

Member Function Documentation

getList (   $options,
  $language = null 
)
See also
ListStrategy::getList $options is an associative array with keys 'name' and 'params' (optional)

Implements ListStrategy.

Definition at line 37 of file FunctionListStrategy.php.

isStatic (   $options)
See also
ListStrategy::isStatic

Implements ListStrategy.

Definition at line 56 of file FunctionListStrategy.php.