예제 #1
0
 /**
  * Get the sub childs of current context
  *
  * @return Tree[] Return the childs
  */
 public function childs()
 {
     return $this->tree->childs();
 }