|
@@ -1028,7 +1028,7 @@ class Zend_Controller_Router_Route_SubclassTest extends Zend_Controller_Router_R
|
|
|
public function match($path, $partial = false)
|
|
public function match($path, $partial = false)
|
|
|
{
|
|
{
|
|
|
$path = $path->getPathInfo();
|
|
$path = $path->getPathInfo();
|
|
|
- $match = parent::match($path, $partial); // TODO: Change the autogenerated stub
|
|
|
|
|
|
|
+ $match = parent::match($path, $partial);
|
|
|
if (is_array($match)) {
|
|
if (is_array($match)) {
|
|
|
$this->setMatchedPath($this->_route);
|
|
$this->setMatchedPath($this->_route);
|
|
|
}
|
|
}
|
|
@@ -1041,14 +1041,10 @@ class Zend_Controller_Router_Route_SubclassTest extends Zend_Controller_Router_R
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public function assemble($data = array(), $reset = false, $encode = false)
|
|
public function assemble($data = array(), $reset = false, $encode = false)
|
|
|
- {
|
|
|
|
|
- // TODO: Implement assemble() method.
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ {}
|
|
|
|
|
|
|
|
public static function getInstance(Zend_Config $config)
|
|
public static function getInstance(Zend_Config $config)
|
|
|
- {
|
|
|
|
|
- // TODO: Implement getInstance() method.
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ {}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|