ActionAbstract.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • application/
  • workflow/
  • ActionAbstract.php
  • View
  • Commits
  • Open Download .zip Download (589 B)
<?php
/**
 * Base class for workflow actions. Workflow actions allow for 
 * automated tasks when a record under workflow changes state
 * (for example, sending email notifications).
 * 
 * This abstract class provides basic handling of options
 * (courtesy of the plugin abstract).
 *
 * @copyright   2011 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */
abstract class Workflow_ActionAbstract
    extends     Workflow_PluginAbstract
    implements  Workflow_ActionInterface
{
}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/application/workflow/ActionAbstract.php
#1 8972 Matt Attaway Initial add of the Chronicle source code