adds content to given container
vfsStreamContainer $container:
$this
Overrides vfsStreamContent::at
public function at(vfsStreamContainer $container) { $container->addChild($this); return $this; }