Exemple #1
0
 /**
  * Constructor
  *
  * @param Route  $route   Base route
  * @param string $content Path template
  */
 public function __construct(Route $route, $content = null)
 {
     $this->route = $route;
     parent::__construct($content);
 }