76 $this->landingId = (int)$lid;
93 $extFullName = $extName .
'_' . md5(serialize(
$resources));
96 'bundle_js' => $extFullName,
97 'bundle_css' => $extFullName,
102 \CJSCore::Init($extName);
110 foreach ($this->resources->getStrings() as $string)
112 Main\Page\Asset::getInstance()->addString($string,
false, Main\
Page\AssetLocation::AFTER_JS);
__construct(ResourceCollection $resources)
initResourcesAsJsExtension(array $resources, $extName=null)
static createByType(ResourceCollection $resources, string $type)
attachToLanding(int $lid)