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