Example #1
0
 /**
  * Sync feeds lists
  */
 public function syncFeeds()
 {
     $this->verbose('Syncing feeds list... (got ' . $this->countFeeds() . ' feeds)');
     $controller = new ApiController();
     $controller->syncfeeds();
     unset($controller);
     $this->verbose('Feeds list synced (got ' . $this->countFeeds() . ' feeds)');
 }