Example #1
0
 public function children($args = array())
 {
     return Query::term($this->taxonomy)->parent($this->ID)->get();
 }