
Mango::Catalyst::Checkout::Workflow - Workflow class for the checkout process

sub foo : Local {
my ($self, $c) = @_;
my $wi = $self->workflow->new_instance;
my $t = $wi->get_transition('bar');
$wi = $t->apply($wi);
...
}

Mango::Catalyst::Checkout::Workflow provides the workflow for the checkout process; determining which steps or pages happen in what order.

Parses the workflow config and creates new workflow/state objects.


Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/