checks whether the container can be applied to given name
string $name:
bool
Overrides vfsStreamAbstractContent::appliesTo
public function appliesTo($name) { return $name === $this->name; }