Beispiel #1
0
 /**
  * URL for the sms feature
  * 
  * @param Xerxes_Record $result
  * @return string url
  */
 protected function linkSMS($result)
 {
     $arrParams = array("base" => $this->request->getProperty("base"), "action" => "sms", "id" => $result->getRecordID());
     return $this->request->url_for($arrParams);
 }