Example #1
0
 public function getParent()
 {
     if (!$this->_parent) {
         $this->_parent = $this->_mapper->storage('catalogue')->loadObjectById($this->parent_id);
     }
     return $this->_parent;
 }
Example #2
0
 public function getReceiptList()
 {
     return $this->_mapper->storage('receipt')->getObjectList();
 }