with rules-based URI processor.
| Category | Zend |
| Package | Zend_Controller |
| Subpackage | Router |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |

abstract class Zend_Controller_Router_Abstract implements Zend_Controller_Router_Interface
| Category | Zend |
| Package | Zend_Controller |
| Subpackage | Router |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| # $_frontController | Front controller instance |
| # $_invokeParams | Array of invocation parameters to use when instantiating action |
| + __construct() | Constructor |
| + clearParams() | Clear the controller parameter stack |
| + getFrontController() | Retrieve Front Controller |
| + getParam() | Retrieve a single parameter from the controller parameter stack |
| + getParams() | Retrieve action controller instantiation parameters |
| + setFrontController() | Set Front Controller |
| + setParam() | Add or modify a parameter to use when instantiating an action controller |
| + setParams() | Set parameters to pass to action controller constructors |
protected $_frontControllerprotected $_invokeParams = array()
public function __construct( |
array $params = array())
|
array $params |
public function clearParams( |
$name = null)
|
$name |
public function getFrontController( |
)
|
Zend_Controller_Front
public function getParam( |
$name)
|
string $name |
public function getParams( |
)
|
public function setFrontController( |
)
|
|
Zend_Controller_Router_Interface
public function setParam( |
$name)
|
string $name |
|
mixed $value |
public function setParams( |
array $params)
|
array $params |