Skip to content

Commit

Permalink
Satisfy the interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 5, 2015
1 parent 0693b62 commit 006d4ca
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Expand Up @@ -28,5 +28,6 @@
interface Horde_Kolab_Storage_Data_Query
extends Horde_Kolab_Storage_Query
{
public function setLogger(Horde_Log_Logger $logger);
}

Expand Up @@ -114,4 +114,10 @@ private function _initMapping()
public function synchronize($params = array())
{
}

public function setLogger(Horde_Log_Logger $logger)
{

}

}
Expand Up @@ -133,4 +133,10 @@ public function synchronize($params = array())
}
$this->_data_cache->setQuery(self::PREFS, $this->_mapping);
}

public function setLogger(Horde_Log_Logger $logger)
{

}

}
Expand Up @@ -15,4 +15,9 @@ public function synchronize($params = array())
{
$this->synchronized = true;
}

public function setLogger(Horde_Log_Logger $logger)
{

}
}

0 comments on commit 006d4ca

Please sign in to comment.