Exemplo n.º 1
0
 /**
  * Reinforce during page deletion
  *
  * @param $id integer
  */
 static function reinforceDeleteTraining($id)
 {
     // Get page details
     $res = AthenaHelper::getAthenaDetails($id);
     AthenaHelper::updateStatsDeleted($res, true);
 }