Esempio n. 1
0
File: Get.php Progetto: Hywan/moxl
 public function request()
 {
     $this->store();
     Vcard::get($this->_to);
 }
Esempio n. 2
0
File: Set.php Progetto: Hywan/moxl
 public function request()
 {
     $this->store();
     Vcard::set($this->_data);
 }