Esempio n. 1
0
 /**
  * Forward using the TAO FlowController implementation
  * @see {@link oat\model\routing\FlowController}
  */
 public function forwardUrl($url)
 {
     $flow = new FlowController();
     $flow->forwardUrl($url);
 }