You are here

public static function PHPExcel_Calculation_Logical::TRUE in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Logical.php \PHPExcel_Calculation_Logical::TRUE()

* TRUE * * Returns the boolean TRUE. * * Excel Function: * =TRUE() * * @access public * @category Logical Functions *

Return value

boolean True

1 call to PHPExcel_Calculation_Logical::TRUE()
LogicalTest::testTRUE in vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LogicalTest.php

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Logical.php, line 60

Class

PHPExcel_Calculation_Logical
PHPExcel_Calculation_Logical

Code

public static function TRUE() {
  return TRUE;
}