XenConcept
Well-known member
here is an example :
Could you explain to me what is the purpose of this parameter ?
Thanks you
PHP:
public static function importerTest(\XF\SubContainer\Import $container, \XF\Container $parentContainer, array &$importers)
{
$importers[] = 'Test:Test';
}
Could you explain to me what is the purpose of this parameter ?
Code:
\XF\SubContainer\Import $container
Thanks you