checks whether the container contains a child with the given name
string $name:
bool
Overrides vfsStreamContainer::hasChild
public function hasChild($name) { return $this->getChild($name) !== null; }