Esempio n. 1
0
 /**
  * Change standard behavior so the checksum is also stored and not onlt calculated
  */
 public function calculate_checksum()
 {
     $this->checksum = parent::calculate_checksum();
     return $this->checksum;
 }