public function prependInput($str) { if (!isset($this->bev)) { return false; } return $this->bev->input->prepend($str); }