コード例 #1
0
 function fetchNewsletterByHash($hash)
 {
     $result = eZNewsletter::fetchByHash($hash);
     return array('result' => $result);
 }