Ejemplo n.º 1
0
 protected function getAttachableItems()
 {
     if ($this->classname != $this->product_type) {
         $this->classname = $this->product_type;
     }
     parent::getAttachableItems();
 }