Example #1
0
 /**
  * Retrieve password forgotten url
  *
  * @return string
  */
 public function getForgotPasswordUrl()
 {
     return $this->_customerHelper->getForgotPasswordUrl();
 }