Пример #1
0
 public static function getInstance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }
Пример #2
0
 public function indexHandler()
 {
     app_publisher_domain_CmspWiki::getInstance()->handle();
     app_publisher_domain_Vereadores::getInstance()->handle();
 }