static function getInstance() { if (self::$uniqueIstance == null) { self::$uniqueIstance = new self(); } return self::$uniqueIstance; }