| CatalystX::Features::Backend - All the dirty work is done here |
config()init()list()me()
CatalystX::Features::Backend - All the dirty work is done here
version 0.17
my $backend = $c->features;
$backend->list; # a list of features
$backend->config; # my config
config()Returns the config hash part related to the CatalystX::Features manpage.
init()Initializes the backend, searching for features and creating the CatalystX::Features::Feature manpage instances for them.
Returns the feature that contains a file.
list()Returns an array with instances of all loaded features. If they have not changed via config, they'll be instances of the the CatalystX::Features::Feature manpage class.
Get the object instance of a given feature name.
me()Not implemented yet.
Rodrigo de Oliveira (rodrigolive), C<rodrigolive@gmail.com>
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| CatalystX::Features::Backend - All the dirty work is done here |