Exemplo n.º 1
0
 /**
  * @return int
  */
 public function getId()
 {
     if ($this->hasDependencies()) {
         return $this->entity->getId();
     } else {
         return 0;
     }
 }