Skip to:
Content

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

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Traits / Integrations / Integrations::set_icon_path()

Integrations::set_icon_path( mixed $icon_path )

Contents

  • Parameters
    • Source

Parameters #Parameters

$icon_path

(Required)


Source #Source

File: src/core/lib/recipe-parts/trait-integrations.php

	public function set_icon_path( $icon_path ) {
		$this->icon_path = $icon_path;
	}

Expand full source code Collapse full source code View on Github


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