evidenceLockerFilePath = $evidenceLockerFilePath; } /** * @return string */ public function getEvidenceLockerFilePath() { return $this->evidenceLockerFilePath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ActionInfo::class, 'Google_Service_AlertCenter_ActionInfo');