| 1 | <?php namespace Arcanedev\Gravatar\Concerns; |
||
| 9 | trait HashEmail |
||
| 10 | { |
||
| 11 | /* ----------------------------------------------------------------- |
||
| 12 | | Main Methods |
||
| 13 | | ----------------------------------------------------------------- |
||
| 14 | */ |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Get a hashed email. |
||
| 18 | * |
||
| 19 | * @param string $email |
||
| 20 | * |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | 36 | public static function hashEmail($email) |
|
| 27 | } |
||
| 28 |