Пример #1
0
 /**
  *
  * @todo Move controller params and controller_ident to the request object
  *       (fill 'em woth router)
  */
 public function getControllerParams()
 {
     if (is_object($this->_server)) {
         return $this->_server->get('controller_params');
     }
     return array();
 }