Exemplo n.º 1
0
 /**
  * @return ICWP_Wordpress_Twitter_Bootstrap_Plugin
  */
 public static function GetInstance()
 {
     if (!isset(self::$oInstance)) {
         self::$oInstance = new self();
     }
     return self::$oInstance;
 }