OphCoTherapyapplication_Email_Recipient::beforeValidate PHP 메소드

beforeValidate() 보호된 메소드

protected beforeValidate ( )
    protected function beforeValidate()
    {
        if (!$this->isAllowed()) {
            $this->addError('recipient_email', 'Recipient email is not in the list of allowed domains');
        }
        return parent::beforeValidate();
    }