Lines Matching defs:to
38 * the selected action to $ACT
73 * @param string $actionname this is passed as a reference to $ACT, for plugin backward compatibility
81 // give plugins an opportunity to process the actionname
118 * Transitions from one action to another
123 * @param string $to new action name
126 protected function transitionAction($from, $to, $e = null)
131 if ($from == $to) {
141 $this->setupAction($to);
170 * This translates the given name to a class name by uppercasing the first letter.
171 * Underscores translate to camelcase names. For actions with underscores, the different
198 * Execute all the checks to see if this action can be executed