sLastNodeId = $sLastNodeId; $this->sNodeName = $sNodeName; $this->sPath = $sPath; $this->sDelta = $sDelta; } public function IsDefine() : bool { return $this->sDelta === 'define_if_not_exists' || $this->sDelta === 'define'; } public function GetUID() : string { return $this->sNodeName . '_' . $this->sPath; } }