Automator_Error_Messages::get_instance()
Return Return
(Uncanny_AutomatorAutomator_Error_Messages)
Source Source
File: src/core/lib/utilities/error/class-automator-error-messages.php
public static function get_instance() { if ( null === self::$instance ) { self::$instance = new self(); } return self::$instance; }
Expand full source code Collapse full source code View on Github