EventBuffer::unfreeze

Re-enable calls that modify an event buffer

説明

public bool EventBuffer::unfreeze( bool $at_front )

Re-enable calls that modify an event buffer.

パラメータ

at_front

Whether to enable events at the front or at the end of the buffer.

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

  • EventBuffer::freeze