removeItem() protected method

protected removeItem ( $item )
Example #1
0
 /**
  * @inheritdoc
  */
 public function removeItem($item)
 {
     parent::removeItem($item);
     $this->_assignments = [];
     $this->_children = $this->_items = null;
     $this->invalidate([self::PART_ITEMS, self::PART_CHILDREN]);
     return true;
 }