Ejemplo n.º 1
0
 public static function get_instance()
 {
     // If the single instance hasn't been set, set it now.
     if (null == self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
Ejemplo n.º 2
0
function run_easy_subscribe()
{
    $es = ESController::get_instance();
    $es->run();
}