Example #1
0
 /**
  * @return $this|self
  */
 public function toNavbar() : self
 {
     $this->container->setTag('<li>');
     return $this;
 }