Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Todo: implement indexNode method
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Apr 16, 2014
1 parent 562b826 commit 1a2f89d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/src/plugins/meta.syncable/class.ChangesTracker.php
Expand Up @@ -225,6 +225,13 @@ public function updateNodesIndex($oldNode = null, $newNode = null, $copy = false

}

/**
* @param AJXP_Node $node
*/
public function indexNode($node){
// TODO: DO SOMETHING HERE!!
}

public function installSQLTables($param)
{
$p = AJXP_Utils::cleanDibiDriverParameters(isSet($param) && isSet($param["SQL_DRIVER"])?$param["SQL_DRIVER"]:$this->sqlDriver);
Expand Down

0 comments on commit 1a2f89d

Please sign in to comment.