Example #1
0
 public function name($name)
 {
     $this->route->setName($name);
     return $this;
 }