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

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

 __construct ($id, $autoContainer=true)
 
 begin ($stub=null)
 
 beginStub ()
 
 end ()
 
 isStarted ()
 
 isEnded ()
 
- Открытые члены унаследованные от 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 ()
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от StaticArea
static addDynamicArea (StaticArea $area)
 
static getDynamicIDs ()
 
static getDynamicAreas ()
 
static getDynamicArea ($id)
 
static getCurrentDynamicArea ()
 
static getCurrentDynamicId ()
 
static getContainers ()
 
static applyCachedData ($cachedData)
 

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

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

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

◆ __construct()

__construct ( $id,
$autoContainer = true )
Аргументы
$id
bool$autoContainer

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

Методы

◆ begin()

begin ( $stub = null)

Starts an dynamic frame. Returns self object instance.

См. также
BufferArea
BufferArea::end
Аргументы
null | string$stub
Возвращает
BufferArea
Исключения
NotSupportedException

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

◆ beginStub()

beginStub ( )

Starts static part of dynamic frame which will be shown to user. Method begin() must be called before. Returns self object instance.

См. также
BufferArea
BufferArea::begin
Возвращает
BufferArea
Исключения
NotSupportedException

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

◆ end()

end ( )

Ends dynamic part of the content. Method begin() must be called before. Returns self object instance.

См. также
BufferArea
BufferArea::begin
Возвращает
BufferArea
Исключения
NotSupportedException

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

◆ isEnded()

isEnded ( )

Returns true if Frame was ended.

Возвращает
bool

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

◆ isStarted()

isStarted ( )

Returns true if Frame was started.

Возвращает
bool

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