_init('aw_hdu3/customer_note'); } /** * @param string $email * * @return $this */ public function loadByCustomerEmail($email) { return $this->load($email, 'customer_email'); } }