Exemplo n.º 1
0
 /**
  * Sets action helper for assembling URLs
  *
  * @see getHref()
  *
  * @param  \Zend\Controller\Action\Helper\Url $uh  URL helper
  *
  * @return void
  */
 public static function setUrlHelper(\Zend\Controller\Action\Helper\Url $uh)
 {
     self::$urlHelper = $uh;
 }