예제 #1
0
 public static function runSync()
 {
     $client = self::getClient('sync');
     self::$taskHandlers = $client->runTasks();
 }