Lines Matching defs:state
21 * Constructor. Starts in named state.
22 * @param string $start Starting state name.
30 * Accessor for current state.
39 * Adds a state to the stack and sets it to be the current state.
41 * @param string $state New state.
43 public function enter($state)
45 $this->stack[] = $state;
49 * Leaves the current state and reverts