constant = $constant; $this->assetMethodName = $assetMethodName; $this->notAssertMethodName = $notAssertMethodName; } public function getConstant() : string { return $this->constant; } public function getAssetMethodName() : string { return $this->assetMethodName; } public function getNotAssertMethodName() : string { return $this->notAssertMethodName; } }