ConfigListStrategy Class Reference

Detailed Description

ConfigListStrategy implements a list of key/value pairs that is retrieved from a configuration section.

Configuration example:

// configuration section EntityStage
{"type":"config","section":"EntityStage"}
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 29 of file ConfigListStrategy.php.

+ Inheritance diagram for ConfigListStrategy:

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 key 'section'

Implements ListStrategy.

Definition at line 37 of file ConfigListStrategy.php.

isStatic (   $options)
See also
ListStrategy::isStatic

Implements ListStrategy.

Definition at line 59 of file ConfigListStrategy.php.