コード例 #1
0
 public function isDocumentSignatureForObjectExist(SignableInterface $object)
 {
     $signature = $this->findOneDocumentSignatureBySourceIdAndType($object->getSourceObjectId(), $object->getDocumentSignatureType());
     return $signature ? true : false;
 }