Ejemplo n.º 1
0
 /**
  * This method returns true if has been free at least one time in the current year and if flag is_free is true.
  * @return boolean
  */
 public function canBeReincorporated()
 {
     return count(StudentFreePeer::retrieveCurrentAndIsFree(null, $this->getId())) > 0;
 }