Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2022-12-07 08:33:13 -06:00
commit e8ff5142c8

View File

@ -2893,4 +2893,15 @@ abstract class Base
function do_nothing()
{
}
/**
* Is the continuous buffer enabled?
*
* @access public
* @return boolean
*/
function continuousBufferEnabled()
{
return $this->continuousBuffer;
}
}