Trigger_Process::set_recipe_to_match( mixed $recipe_to_match )
Contents
Parameters Parameters
- $recipe_to_match
-
(mixed) (Required)
Source Source
File: src/core/lib/recipe-parts/triggers/trait-trigger-process.php
public function set_recipe_to_match( $recipe_to_match ) { $this->recipe_to_match = $recipe_to_match; }
Expand full source code Collapse full source code View on Github