/** * Sets the Event Base * * @param Base $base * @return bool */ public function setBase(Base $base) { $this->buffer->setBase($base); }