Example #1
0
 public static function getInstance()
 {
     if (self::$classInstance === null) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }
Example #2
0
<?php

//Persian community
//Mohammad Puyandeh
AUTODIRECTION_BOL_Auto::getInstance()->bindEvents();