/**
  * {@inheritdoc}
  */
 protected function hashCoder()
 {
     return $this->hashCoder !== null ? $this->hashCoder : ($this->hashCoder = HashCoder::defaultHashCoder());
 }
Beispiel #2
0
 /**
  * {@inheritdoc}
  */
 public function hashCode()
 {
     return HashCoder::defaultHashCode($this->value());
 }