示例#1
0
 /**
  * Get document id
  *
  * @param Newscoop\Entity\Comment $comment
  * @return string
  */
 public function getDocumentId(DocumentInterface $comment)
 {
     return sprintf('%s-%d', $this->getType(), $comment->getId());
 }