Lines Matching defs:email
36 'email' => 'unknown@example.com',
241 * @see PluginInterface::email()
243 public function email($email, $name = '', $class = '', $more = '')
245 if (!$email) return $name;
246 $email = obfuscate($email);
247 if (!$name) $name = $email;
249 return "<a href='mailto:$email' $class title='$email' $more>$name</a>";