Tribe__Events__Aggregator__Errors::instance()
Static Singleton Factory Method
Return
(self)
Source
File: src/Tribe/Aggregator/Errors.php
public static function instance() {
return self::$instance ? self::$instance : self::$instance = new self;
}
Static Singleton Factory Method
(self)
File: src/Tribe/Aggregator/Errors.php
public static function instance() {
return self::$instance ? self::$instance : self::$instance = new self;
}