Ejemplo n.º 1
0
 public function getParentCode()
 {
     if ($this->getParent() != null && $this->getParent() != 0) {
         return VAcademicCalendarPeer::retrieveByPk($this->getParent())->getCode();
     }
     return '-';
 }