Пример #1
0
 /**
  * Get Head Tags array
  *
  * @param  bool $scripts
  *
  * @return string
  */
 public function toArray($scripts = false)
 {
     return [$this->charset->render(), $this->title->render(), $this->description->render(), $this->keywords->render(), $this->favicon->render(), $this->metas->render(), $this->openGraph->render(), $this->styles->render(), $scripts ? $this->scripts() : ''];
 }