Ejemplo n.º 1
0
 /**
  * @return string
  */
 public function getLabel()
 {
     return $this->tombstone->getLabel();
 }
Ejemplo n.º 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;
 }