Exemplo n.º 1
0
 public function __construct($title = '', $siteName = '')
 {
     $this->title = $title;
     $this->siteName = $siteName;
     $this->tag = Markup::title();
 }