change owner of file to given user
int $user:
$this
Overrides vfsStreamContent::chown
public function chown($user) { $this->user = $user; $this->lastAttributeModified = time(); return $this; }