Beispiel #1
0
 /**
  * @param object $entity
  */
 protected function setRevisionInfo($entity)
 {
     if ($this->annotationReader->isDraft($entity) && $entity->isDraft()) {
         $this->draft = true;
     }
 }