$sbpLogin =
(int) (!
empty($tokenData) &&
$tokenData->
getExpire() >=
new DateTime('+30 seconds'
));
} $this->
View()->
assign('sbpLogin',
$sbpLogin, true
);
$this->
View()->
assign('firstRunWizardEnabled',
$firstRunWizardEnabled, true
);
$config =
$this->
get(Shopware_Components_Config::
class);
$shopwareRelease =
$this->container->
get('shopware.release'
);
$this->
View()->
assign('SHOPWARE_VERSION',
$shopwareRelease->
getVersion());
$this->
View()->
assign('SHOPWARE_VERSION_TEXT',
$shopwareRelease->
getVersionText());
$this->
View()->
assign('SHOPWARE_REVISION',
$shopwareRelease->
getRevision());
$this->
View()->
assign('updateWizardStarted',
$config->
get('updateWizardStarted'
));
$this->
View()->
assign('extJsDeveloperModeActive',
$this->container->
getParameter('shopware.extjs.developer_mode'
));
} /**
* @return void
*/
public function authAction() { }