Exemplo n.º 1
0
 protected function preHash(MeshingBaseObject $object, array $values)
 {
     // Get previous hash to add into the current hashing process
     $previousHash = $object->getHash($this->con);
     $values[] = $previousHash . $this->getValueTerminator($previousHash);
     return $values;
 }