title = $title; } public function display($value) { $this->display = $value; return $this; } /** * Render refresh button of grid. * * @return string */ public function render() { if (!$this->display) { return; } return << {$this->title} EOT; } }