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