Exemplo n.º 1
0
Arquivo: Set.php Projeto: movim/moxl
 public function request()
 {
     $this->store();
     Vcard4::set($this->_data);
 }
Exemplo n.º 2
0
Arquivo: Get.php Projeto: Hywan/moxl
 public function request()
 {
     $this->store();
     Vcard4::get($this->_to);
 }