Home
last modified time | relevance | path

Searched refs:getContactByDetails (Results 1 – 1 of 1) sorted by relevance

/plugin/davcard/
H A Dhelper.php57 private function getContactByDetails($id, $type, $params = array()) function in helper_plugin_davcard
166 return $this->getContactByDetails($id, 'structuredname',
181 return $this->getContactByDetails($id, 'email', array('email' => strtolower($email)));
194 …return $this->getContactByDetails($id, 'formattedname', array('formattedname' => strtolower($name)…