CatalystX::Features::Role::Backend - Role for implementing a backend.


CatalystX-Features documentation  | view source Contained in the CatalystX-Features distribution.

Index


NAME

Top

CatalystX::Features::Role::Backend - Role for implementing a backend.

VERSION

Top

version 0.20

DESCRIPTION

Top

This role is an interface. No code here.

REQUIRED METHODS

Top

init

Gets called by the main CatalystX::Features plugin during use Catalyst qw/.../ phase.

list

Returns a list of available features, all of them CatalystX::Features::Role::Feature objects.

me

Returns and instance of CatalystX::Features::Role::Feature corresponding to the feature from which it's being called.

get

Given a feature name (say my.simple.feature) returns the feature object.

AUTHORS

Top

	Rodrigo de Oliveira (rodrigolive), C<rodrigolive@gmail.com>

LICENSE

Top

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.


CatalystX-Features documentation  | view source Contained in the CatalystX-Features distribution.