コード例 #1
0
ファイル: module.php プロジェクト: taeche/SoDoEx
 function get_email($id, $format = OBJECT)
 {
     return $this->store->get_single(NEWSLETTER_EMAILS_TABLE, $id, $format);
 }