\FOFConfigDomainViews
Configuration parser for the view-specific settings
Synopsis
class FOFConfigDomainViews
implements
FOFConfigDomainInterface
{
- // methods
- public void parseDomain()
- public mixed get()
- protected array getTaskmap()
- protected string getAcl()
- protected string getConfig()
- protected string getToolbar()
Hierarchy
Implements
Methods
protected
- getAcl() — Internal method to return the ACL mapping (privilege required to access a specific task) for the given view's tasks
- getConfig() — Internal method to return the a configuration option for the view. These are equivalent to $config array options passed to the Controller
- getTaskmap() — Internal function to return the task map for a view
- getToolbar() — Internal method to return the toolbar infos.
public
- get() — Return a configuration variable
- parseDomain() — Parse the XML data, adding them to the $ret array