Utilities::automator_add_helper_instance( $integration, object $class_instance )
Adds the autoloaded class in an accessible object
Contents
Parameters Parameters
- $integration
-
(Required) The name of the class instance
- $class_instance
-
(object) (Required) The reference to the class instance
Source Source
File: src/core/class-utilities.php
public static function automator_add_helper_instance( $integration, $class_instance ) { self::$helper_instances[ $integration ] = $class_instance; }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |