_type = self::TYPE_ANTISPAM; $this->_name = I18n::get('Antispam'); $this->_spam = [ 'question' => 'What is fourteen minus 8?', 'answer' => '6' ]; } }