Exemplo n.º 1
0
 /**
  * Get the sub wildcards of current context
  *
  * @return Tree[] Return the childs in wildcards
  */
 public function wildcards()
 {
     return $this->tree->wildcards();
 }