Google_Calendar_Helpers::setOptions( Uncanny_AutomatorGoogle_Calendar_Helpers $options )
Set the options.
Contents
Parameters Parameters
- $options
-
(Required)
Source Source
File: src/integrations/google-calendar/helpers/google-calendar-helpers.php
public function setOptions( Google_Calendar_Helpers $options ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid $this->options = $options; }
Expand full source code Collapse full source code View on Github