dbscript
[
class tree: dbscript
] [
index: dbscript
] [
all elements
]
Todo List
Packages:
dbscript
Source for file actionstate.php
Documentation is available at
actionstate.php
<?php
/**
* dbscript for PHP 4 & 5 - restful crud framework
*
@version
0.1.2 -- 19-Feb-2007
*
@author
Brian Hendrickson <brian@dbscript.net>
*
@link
http://dbscript.net/
*
@copyright
Copyright 2007 Brian Hendrickson
*
@package
dbscript
*
@license
http://www.opensource.org/licenses/mit-license.php MIT License
*/
/**
* Action State
*
* More info...
*
{@link http://dbscript.net/actionstate}
*
*
@package
dbscript
*
@author
Brian Hendrickson <brian@dbscript.net>
*
@access
public
*
@version
0.1.2
*
@todo
implement
*/
class
ActionState
extends
State
{
function
ActionState
(
$arr
)
{
$this
->
init
(
)
;
$this
->
id
=
$arr
[
'id'
]
;
$this
->
transition_on
[
$arr
[
'transition_on'
]]
=
$arr
[
'transition_to'
]
;
$this
->
action_bean
=
$arr
[
'action_bean'
]
;
}
}
?>
Documentation generated on Mon, 19 Feb 2007 10:24:40 -0800 by
phpDocumentor 1.3.1