15 $oManufacturer =
oxNew(
'oxbase' );
16 $oManufacturer->init(
'oxmanufacturers' );
17 if ( $oManufacturer->load( $this->getEditObjectId() ) ) {
19 $oManufacturer->save();
52 return 'oxmanufacturer';
62 $oManufacturer =
oxNew(
'oxmanufacturer' );
63 if ( $oManufacturer->load( $this->getEditObjectId() ) ) {
64 return (
bool) $oManufacturer->oxmanufacturers__oxshowsuffix->value;
75 $oManufacturer =
oxNew(
'oxmanufacturer' );
76 if ( $oManufacturer->load( $this->getEditObjectId() ) ) {