コード例 #1
0
ファイル: Get.php プロジェクト: Hywan/moxl
 public function request()
 {
     $this->store();
     Vcard::get($this->_to);
 }
コード例 #2
0
ファイル: Set.php プロジェクト: Hywan/moxl
 public function request()
 {
     $this->store();
     Vcard::set($this->_data);
 }