Example #1
0
 public static function getByEmail($email)
 {
     return Model::getByEmail($email);
 }