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