Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function tailable($tail = true)
 {
     $this->cursor->tailable($tail);
     return $this;
 }