Example #1
0
 /**
  * pretizeno o cachovani
  * @see lBox/dbi/AbstractPaterns/AbstractRecord::hasParent()
  */
 public function getParent()
 {
     try {
         if ($this->parent) {
             return $this->parent;
         }
         return $this->parent = parent::getParent();
     } catch (Exception $e) {
         throw $e;
     }
 }