Ejemplo n.º 1
0
 /**
  * Removes the cache of the predecessor version after the node has been
  * checked in.
  *
  * TODO: document more clearly. This looks like copy-paste from checkin
  *
  * @see VersionManager::checkout
  */
 public function checkout($absPath)
 {
     $this->transport->checkoutItem($absPath);
     //FIXME: what about pending move operations?
 }