link = $link; $this->title = $title; $this->icon = $icon; } public function __toString() { $template = '%2$s %3$s'; return sprintf($template, $this->link, $this->title, $this->icon); } }