Exemplo n.º 1
0
 public static function deleteByID($id)
 {
     parent::deleteByID(__CLASS__, $id, 'manufacturerID');
 }
Exemplo n.º 2
0
 public static function deleteByID($id)
 {
     parent::deleteByID(__CLASS__, $id, 'productID');
 }
Exemplo n.º 3
0
 public static function deleteByID($id)
 {
     parent::deleteByID(__CLASS__, $id, 'categoryID');
 }