コード例 #1
0
ファイル: addressbook.php プロジェクト: Kervinou/OBM
 public function addContact($fields) {
   return OBM_Contact::create($fields, $this);
 }