- Observer, Magento, . , , .
. , , , ( , ). .
, conflicfts , , . , , Magento, , , , .
, , , , , , , , . , :
function doSomethingUseful() {
unset($result['badKey']);
return $result;
}
, 200 . ! - ( ):
function doSomethingUseful() {
$result = parent::doSomethingUseful();
unset($result['badKey']);
return $result;
}
, , , !
, !
,