Eccube\Service\MailService::sendrContactMail PHP Метод

sendrContactMail() публичный Метод

Alias of sendContactMail().
См. также: sendContactMail()
Устаревший: since 3.0.0, to be removed in 3.1
public sendrContactMail ( $formData )
$formData お問い合わせ内容
    public function sendrContactMail($formData)
    {
        $this->sendContactMail($formData);
    }