.

IAction Interface Reference
[Interfaces]

An action. More...

Inheritance diagram for IAction:
ActionBase ICommand CommandBase CommandDelegate CallbackCommand ClearCacheCommand CommandChain CommandComposite CommandTransactional CookieDeleteCommand CookieSetCommand ExecuteShellCommand MailBaseCommand TriggerEventCommand DelegateCommandImpl StatusCommand

List of all members.

Public Member Functions

  get_description ()
  Returns a description of this action.
  get_instance ()
  Returns the object this actionworks upon.
  get_name ()
  Returns title of action.

Detailed Description

An action.

Author:
Gerd Riesselmann

Definition at line 8 of file iaction.cls.php.


Member Function Documentation

IAction::get_description (  ) 

Returns a description of this action.

Returns:
string

Implemented in ActionBase, CommandBase, CommandDelegate, CreateCommand, DeleteCommand, UpdateCommand, and StatusAnyCommand.

IAction::get_instance (  ) 

Returns the object this actionworks upon.

Returns:
mixed

Implemented in ActionBase, CommandBase, and CommandDelegate.

IAction::get_name (  ) 

The documentation for this interface was generated from the following file: