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

Source for file state.php

Documentation is available at state.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 2006-2007 Brian Hendrickson
  9.    * @package dbscript
  10.    * @license http://www.opensource.org/licenses/mit-license.php MIT License
  11.    */
  12.  
  13.   /**
  14.    * State
  15.    * 
  16.    * More info...
  17.    * {@link http://dbscript.net/state}
  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 State {
  27.   
  28.   var $id;
  29.   var $action_bean;
  30.   var $transition_on;
  31.   
  32.   function init({
  33.  
  34.     $this->transition_on = array();
  35.     $this->entry_actions array();
  36.  
  37.   }
  38.  
  39. }
  40.  
  41. ?>

Documentation generated on Mon, 19 Feb 2007 10:25:03 -0800 by phpDocumentor 1.3.1