__callstatic() __callstatic(string $method, $params) Defines a route w/ callback and method Parameters string $method $params
haltOnMatch() haltOnMatch(boolean $flag = true) Don't load any further routes on match Parameters boolean $flag
invokeObject() invokeObject(object $callback, array $matched = null, string $msg = null) Call object and instantiate Parameters object $callback array $matched array of matched parameters string $msg
autoDispatch() autoDispatch() autoDispatch by Volter9 Ability to call controllers in their controller/model/param way