コード例 #1
0
ファイル: Mvc.php プロジェクト: realfluid/umbaugh
 /**
  * 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;
 }