app_product_attribute->getType(); if ($type == 'B') { end($this->items); $key = key($this->items); reset($this->items); unset($this->items[$key]); } } }