dbscript
[ class tree: dbscript ] [ index: dbscript ] [ all elements ]

Source for file actionstate.php

Documentation is available at actionstate.php

  1. <?php
  2.  
  3.   /**
  4.    * dbscript for PHP 4 & 5 - restful crud framework
  5.    * @version 0.1.2 -- 19-Feb-2007
  6.    * @author Brian Hendrickson <brian@dbscript.net>
  7.    * @link http://dbscript.net/
  8.    * @copyright Copyright 2007 Brian Hendrickson
  9.    * @package dbscript
  10.    * @license http://www.opensource.org/licenses/mit-license.php MIT License
  11.    */
  12.  
  13.   /**
  14.    * Action State
  15.    * 
  16.    * More info...
  17.    * {@link http://dbscript.net/actionstate}
  18.    * 
  19.    * @package dbscript
  20.    * @author Brian Hendrickson <brian@dbscript.net>
  21.    * @access public
  22.    * @version 0.1.2
  23.    * @todo implement
  24.    */
  25.  
  26. class ActionState extends State {
  27.   
  28.   function ActionState$arr {
  29.  
  30.     $this->init();
  31.     $this->id = $arr['id'];
  32.     $this->transition_on[$arr['transition_on']] $arr['transition_to'];
  33.     $this->action_bean = $arr['action_bean'];
  34.  
  35.   }
  36.  
  37. }
  38.  
  39. ?>

Documentation generated on Mon, 19 Feb 2007 10:24:40 -0800 by phpDocumentor 1.3.1