예제 #1
0
 protected function save(EavField $specField)
 {
     if (!is_numeric($this->request->get('categoryID'))) {
         $specField->stringIdentifier->set($this->request->get('categoryID'));
     }
     return parent::save($specField);
 }
예제 #2
0
 protected function save(SpecField $specField)
 {
     return parent::save($specField);
 }