Exemple #1
0
 public function Instance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
Exemple #2
0
<?php

return WF_Com_Smarty_Adapter::Instance();