/** * {@inheritdoc} */ public function tailable($tail = true) { $this->cursor->tailable($tail); return $this; }