private static function getVarInits(): array
{
return [
'$app = $mainframe = RegularLabs\Library\Php::getApplication();',
'$document = $doc = RegularLabs\Library\Php::getDocument();',
'$database = $db = JFactory::getDbo();',
'$user = $app->getIdentity() ?: JFactory::getUser();',
'$Itemid = $app->getInput()->getInt(\'Itemid\');',
];
}
'$database = $db = $app->get(DatabaseInterface::class);',