You are here

final public function PHPExcel_ReferenceHelper::__clone in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/ReferenceHelper.php \PHPExcel_ReferenceHelper::__clone()

* __clone implementation. Cloning should not be allowed in a Singleton! * *

Throws

PHPExcel_Exception

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/ReferenceHelper.php, line 919

Class

PHPExcel_ReferenceHelper
PHPExcel_ReferenceHelper (Singleton)

Code

public final function __clone() {
  throw new PHPExcel_Exception("Cloning a Singleton is not allowed!");
}