Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс StaticArea
+ Граф наследования:StaticArea:

Открытые члены

 __construct ($id)
 
 startDynamicArea ()
 
 finishDynamicArea ()
 
 getId ()
 
 getAssetId ()
 
 setStub ($stub)
 
 getStub ()
 
 setContainerId ($containerId)
 
 getContainerId ()
 
 setBrowserStorage ($useBrowserStorage)
 
 getBrowserStorage ()
 
 setAnimation ($useAnimation)
 
 getAnimation ()
 
 setAutoUpdate ($autoUpdate)
 
 getAutoUpdate ()
 
 setAssetMode ($mode)
 
 getAssetMode ()
 
 getCachedData ()
 

Открытые статические члены

static addDynamicArea (StaticArea $area)
 
static getDynamicIDs ()
 
static getDynamicAreas ()
 
static getDynamicArea ($id)
 
static getCurrentDynamicArea ()
 
static getCurrentDynamicId ()
 
static getContainers ()
 
static applyCachedData ($cachedData)
 

Подробное описание

См. определение в файле staticarea.php строка 7

Конструктор(ы)

◆ __construct()

__construct ( $id)

См. определение в файле staticarea.php строка 24

Методы

◆ addDynamicArea()

static addDynamicArea ( StaticArea $area)
static

См. определение в файле staticarea.php строка 65

◆ applyCachedData()

static applyCachedData ( $cachedData)
static

Apply previously saved state.

Аргументы
$cachedData
Возвращает
StaticArea

См. определение в файле staticarea.php строка 222

◆ finishDynamicArea()

finishDynamicArea ( )

См. определение в файле staticarea.php строка 49

◆ getAnimation()

getAnimation ( )

См. определение в файле staticarea.php строка 166

◆ getAssetId()

getAssetId ( )

См. определение в файле staticarea.php строка 124

◆ getAssetMode()

getAssetMode ( )

См. определение в файле staticarea.php строка 193

◆ getAutoUpdate()

getAutoUpdate ( )

См. определение в файле staticarea.php строка 176

◆ getBrowserStorage()

getBrowserStorage ( )

См. определение в файле staticarea.php строка 156

◆ getCachedData()

getCachedData ( )

Returns internal state of the object for storing in cache.

Возвращает
array

См. определение в файле staticarea.php строка 203

◆ getContainerId()

getContainerId ( )

См. определение в файле staticarea.php строка 146

◆ getContainers()

static getContainers ( )
static

См. определение в файле staticarea.php строка 114

◆ getCurrentDynamicArea()

static getCurrentDynamicArea ( )
static
Возвращает
StaticArea

См. определение в файле staticarea.php строка 99

◆ getCurrentDynamicId()

static getCurrentDynamicId ( )
static

См. определение в файле staticarea.php строка 109

◆ getDynamicArea()

static getDynamicArea ( $id)
static
Аргументы
string$idDynamic Area Id
Возвращает
StaticArea

См. определение в файле staticarea.php строка 91

◆ getDynamicAreas()

static getDynamicAreas ( )
static
Возвращает
StaticArea[]

См. определение в файле staticarea.php строка 81

◆ getDynamicIDs()

static getDynamicIDs ( )
static
Возвращает
array[]

См. определение в файле staticarea.php строка 73

◆ getId()

getId ( )

См. определение в файле staticarea.php строка 119

◆ getStub()

getStub ( )

См. определение в файле staticarea.php строка 134

◆ setAnimation()

setAnimation ( $useAnimation)

См. определение в файле staticarea.php строка 161

◆ setAssetMode()

setAssetMode ( $mode)
Аргументы
AssetMode$mode

См. определение в файле staticarea.php строка 184

◆ setAutoUpdate()

setAutoUpdate ( $autoUpdate)

См. определение в файле staticarea.php строка 171

◆ setBrowserStorage()

setBrowserStorage ( $useBrowserStorage)

См. определение в файле staticarea.php строка 151

◆ setContainerId()

setContainerId ( $containerId)

См. определение в файле staticarea.php строка 139

◆ setStub()

setStub ( $stub)

См. определение в файле staticarea.php строка 129

◆ startDynamicArea()

startDynamicArea ( )

См. определение в файле staticarea.php строка 29