
Class::AbstractLogic::Action - Encapsulates a Logic Action

Holds anything to do with a logical action method.
These are installed in the requesting package at runtime and contain verification and other action call related logic.
You should not create an object of this class by yourself,
but use Class::AbstractLogics action helper.

Creates new Action and _initializes the %args.
Installs this action in the $target_class under the $target_name.
Executes this action after verifying the %args.
This also provides the %_ and &_ globals.
Verifies if all needed values are in %args and if all passed values pass their verification constraints.
Accessors for the actions properties.
Contains the current executions Class::AbstractLogic::Manager.
Initializes the %args.


Robert 'phaylon' Sedlacek <phaylon@dunkelheit.at>

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.