コード例 #1
0
ファイル: Node.php プロジェクト: nikkiii/clouddrive-php
 /**
  * Save the `Node` to the local cache.
  *
  * @return bool
  */
 public function save()
 {
     return self::$cacheStore->saveNode($this);
 }