public function childExists($name)
 {
     $this->initPath();
     return parent::childExists($name);
 }