Exemplo n.º 1
0
 /**
  *
  * @return waHtmlControl
  */
 private static function getInstance()
 {
     if (!self::$instance instanceof self) {
         self::$instance = new self();
     }
     return self::$instance;
 }