_front = $front; return $this; } public function getFront() { return $this->_front; } public function getFrontNameByRoute($routeName) { return $routeName; } public function getRouteByFrontName($frontName) { return $frontName; } abstract public function match(Zend_Controller_Request_Http $request); }