Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Import/Data/CaptchaQuestion.php
<?php

namespace XF\Import\Data;

class
CaptchaQuestion extends AbstractEmulatedData
{
    public function
getImportType()
    {
        return
'captcha_question';
    }

    public function
getEntityShortName()
    {
        return
'XF:CaptchaQuestion';
    }
}