Example #1
0
 public function hideNewestVersion()
 {
     if (!$this->isHidden) {
         $this->client->hideFileByName($this - $this->bucketId, $this->name);
         $this->isHidden = true;
     }
     return $this;
 }