Exemplo n.º 1
0
 /**
  * Checks if the affiliation has a DOA
  *
  * @return bool
  */
 public function hasDoa()
 {
     return !is_null($this->affiliation->getDoa());
 }