Esempio n. 1
0
 public function getOptions()
 {
     if (!$this->_options) {
         $option = new Catalog_Model_Product_Group_Option();
         $this->_options = $option->findAll(array('group_id' => $this->getId()));
     }
     return $this->_options;
 }