Eccube\Service\MailService::sendrContactMail PHP Méthode

sendrContactMail() public méthode

Alias of sendContactMail().
See also: sendContactMail()
Deprecation: since 3.0.0, to be removed in 3.1
public sendrContactMail ( $formData )
$formData お問い合わせ内容
    public function sendrContactMail($formData)
    {
        $this->sendContactMail($formData);
    }