Ejemplo n.º 1
0
Archivo: Cron.php Proyecto: 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);
 }