Copyright © 2012 Maas-Maarten Zeeman Date: 2012-03-18
Behaviours: gen_model.
Authors: Maas-Maarten Zeeman (mmzeeman@xs4all.nl).
| m_find_value/3 | Fetch the value for the key from a model source. |
| m_to_list/2 | Transform a m_config value to a list, used for template loops. |
| m_value/2 | Transform a model value so that it can be formatted or piped through filters. |
m_find_value(Message::Key, M::Source, Context) -> term()
Fetch the value for the key from a model source
m_to_list(M::Source, Context) -> List
Transform a m_config value to a list, used for template loops
m_value(M::Source, Context) -> term()
Transform a model value so that it can be formatted or piped through filters
Generated by EDoc, Dec 10 2012, 20:44:33.