Beispiel #1
0
 /**
  * Show the site name
  *
  * @return self
  */
 public function showSiteName()
 {
     $this->title->showSiteName();
     return $this;
 }