Example #1
0
 /**
  * @return string
  */
 public function getMethod()
 {
     return $this->tombstone->getMethod();
 }
Example #2
0
 /**
  * @param Tombstone $tombstone
  *
  * @return bool
  */
 public function inscriptionEquals(Tombstone $tombstone)
 {
     return $tombstone->getAuthor() === $this->author && $tombstone->getTombstoneDate() === $this->tombstoneDate && $tombstone->getLabel() === $this->label;
 }