$_buffering
$_buffering : boolean
Are we currently buffering?
An instance of this class is returned by Horde_View_Helper_Capture::contentFor().
__construct(string $name, \Horde_View_Base $view)
Starts capturing content that will be stored as $view->contentForName.
string | $name | Name of the content that becomes the instance variable name. "foo" -> "$this->contentForFoo" |
\Horde_View_Base | $view | A view object. |