示例#1
0
文件: Set.php 项目: movim/moxl
 public function request()
 {
     $this->store();
     Vcard4::set($this->_data);
 }
示例#2
0
文件: Get.php 项目: Hywan/moxl
 public function request()
 {
     $this->store();
     Vcard4::get($this->_to);
 }