/**
  * 
  *
  * @return GWTPHPContext
  */
 public static function getInstance()
 {
     return null === self::$instance ? self::$instance = new GWTPHPContext() : self::$instance;
 }
Example #2
0
 /**
  * 
  *
  * @return GWTPHPContext
  */
 public static function getInstance()
 {
     return null === GWTPHPContext::$instance ? GWTPHPContext::$instance = new GWTPHPContext() : GWTPHPContext::$instance;
 }