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