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