subgroupIndex; } /** * @return mixed */ public function getRemoveMask() { return $this->removeMask; } /** * @return mixed */ public function getAddSubgroups() { return $this->addSubgroups; } /** * @return mixed */ public function getAddUnitTags() { return $this->addUnitTags; } // ----------------------------------------------------------------------------------------------------------------- public function __toString() { return "SelectionDelta{ subgroupIndex = $this->subgroupIndex, removeMask = $this->removeMask, addSubgroups = " . join(', ', $this->addSubgroups) . ", addUnitTags = ".join(', ', $this->addUnitTags)." }"; } }