/** * Private init function, which is called to ensure our instance is initialized */ private static function __init() { if (get_class(self::$instance) != "ZabbixAPI") { self::$instance = new ZabbixAPI(); } }