Esempio n. 1
0
File: Cron.php Progetto: vincium/lot
 public function playerBefore()
 {
     $update = \Own\Bus\Player\Data::updateConfidenceBatch();
     $this->log('player (confidence): ' . $update);
     $update = \Own\Bus\Player\Data::updateMentalBatch();
     $this->log('player (mental): ' . $update);
     $update = \Own\Bus\Player\Data::updateGameplayBatch();
     $this->log('player (gameplay): ' . $update);
 }