См. определение в файле bufferarea.php строка 6
◆ __construct()
__construct |
( |
| $id, |
|
|
| $autoContainer = true ) |
◆ begin()
Starts an dynamic frame. Returns self object instance.
- См. также
- BufferArea
-
BufferArea::end
- Аргументы
-
- Возвращает
- BufferArea
- Исключения
-
См. определение в файле bufferarea.php строка 37
◆ 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
- Исключения
-
См. определение в файле bufferarea.php строка 63
◆ end()
Ends dynamic part of the content. Method begin() must be called before. Returns self object instance.
- См. также
- BufferArea
-
BufferArea::begin
- Возвращает
- BufferArea
- Исключения
-
См. определение в файле bufferarea.php строка 87
◆ isEnded()
Returns true if Frame was ended.
- Возвращает
- bool
См. определение в файле bufferarea.php строка 143
◆ isStarted()
Returns true if Frame was started.
- Возвращает
- bool
См. определение в файле bufferarea.php строка 133