Пример #1
0
 /**
  * Get an instance of this class
  *
  * @return PHPExcel_ReferenceHelper
  */
 public static function getInstance()
 {
     if (!isset(self::$instance) || self::$instance === null) {
         self::$instance = new PHPExcel_ReferenceHelper();
     }
     return self::$instance;
 }