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