コード例 #1
0
 /**
  * @param string $email
  *
  * @return string
  */
 protected function getSubscriberHash($email)
 {
     return $this->getResponse->subscriberHash($email);
 }