Beispiel #1
0
 /**
  * @inheritdoc
  */
 protected function removeAllItems($type)
 {
     parent::removeAllItems($type);
     $this->_assignments = [];
     $this->_children = $this->_items = null;
     $this->invalidate([self::PART_ITEMS, self::PART_CHILDREN]);
 }