示例#1
0
文件: Mvc.php 项目: bradley-holt/zf2
 /**
  * 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;
 }