* $this->dispatcher->forward(array('controller' => 'posts', 'action' => 'index')); * * * @param array $forward */ public function forward($forward){ } /** * Check if the current executed action was forwarded by another one * * @return boolean */ public function wasForwarded(){ } /** * Possible class name that will be located to dispatch the request * * @return string */ public function getHandlerClass(){ } } }