NodeListStrategy Class Reference

Detailed Description

NodeListStrategy implements a list of entities that is retrieved from the store, where the keys are the object ids and the values are the display values.

Configuration examples:

// list all authors
{"type":"node","types":["Author"]}
// list all authors and books
{"type":"node","types":["Author","Book"]}
// list all authors with name starting with A (see StringQuery)
{"type":"node","types":["Author"],"query":"Author.name LIKE 'A%'"}
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 37 of file NodeListStrategy.php.

+ Inheritance diagram for NodeListStrategy:

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 'types' and 'query' (optional)

Implements ListStrategy.

Definition at line 43 of file NodeListStrategy.php.

isStatic (   $options)
See also
ListStrategy::isStatic

Implements ListStrategy.

Definition at line 70 of file NodeListStrategy.php.