JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrargs = $args; } /** * @return array[] */ public function getArgs() { return $this->args; } /** * @param string */ public function setFunction($function) { $this->function = $function; } /** * @return string */ public function getFunction() { return $this->function; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FunctionCall::class, 'Google_Service_FirebaseRules_FunctionCall');