Skip to:
Content

  • Home
  • About
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Traits / Trigger_Conditions / Trigger_Conditions::do_find_any()

Trigger_Conditions::do_find_any( mixed $find_any )

Contents

  • Parameters
    • Source

Parameters #Parameters

$find_any

(mixed) (Required)


Source #Source

File: src/core/lib/recipe-parts/triggers/trait-trigger-conditions.php

	public function do_find_any( $find_any ) {
		$this->find_any = $find_any;
	}

Expand full source code Collapse full source code View on Github


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service