MEC_HELPERS::setOptions( Uncanny_AutomatorMEC_HELPERS $options )
Sets the option.
Contents
Parameters Parameters
- $options
-
(Required) The instance of this class passed as an argument.
Return Return
(Uncanny_Automatorvoid.)
Source Source
File: src/integrations/modern-events-calendar/helpers/mec-helpers.php
public function setOptions( MEC_HELPERS $options ) { $this->options = $options; }
Expand full source code Collapse full source code View on Github