Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_CalcEngine_CyclicReferenceStack
  • PHPExcel_CalcEngine_Logger
  • PHPExcel_Calculation
  • PHPExcel_Calculation_Database
  • PHPExcel_Calculation_DateTime
  • PHPExcel_Calculation_Engineering
  • PHPExcel_Calculation_ExceptionHandler
  • PHPExcel_Calculation_Financial
  • PHPExcel_Calculation_FormulaParser
  • PHPExcel_Calculation_FormulaToken
  • PHPExcel_Calculation_Function
  • PHPExcel_Calculation_Functions
  • PHPExcel_Calculation_Logical
  • PHPExcel_Calculation_LookupRef
  • PHPExcel_Calculation_MathTrig
  • PHPExcel_Calculation_Statistical
  • PHPExcel_Calculation_TextData
  • PHPExcel_Calculation_Token_Stack

Exceptions

  • PHPExcel_Calculation_Exception

Functions

  • acosh
  • asinh
  • atanh
  • mb_str_replace
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_CalcEngine_Logger

PHPExcel_CalcEngine_Logger

Package: PHPExcel\Calculation
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/CalcEngine/Logger.php
Methods summary
public
# __construct( PHPExcel_CalcEngine_CyclicReferenceStack $stack )

Instantiate a Calculation engine logger

Instantiate a Calculation engine logger

Parameters

$stack
public
# setWriteDebugLog( boolean $pValue = FALSE )

Enable/Disable Calculation engine logging

Enable/Disable Calculation engine logging

Parameters

$pValue
public boolean
# getWriteDebugLog( )

Return whether calculation engine logging is enabled or disabled

Return whether calculation engine logging is enabled or disabled

Returns

boolean
public
# setEchoDebugLog( boolean $pValue = FALSE )

Enable/Disable echoing of debug log information

Enable/Disable echoing of debug log information

Parameters

$pValue
public boolean
# getEchoDebugLog( )

Return whether echoing of debug log information is enabled or disabled

Return whether echoing of debug log information is enabled or disabled

Returns

boolean
public
# writeDebugLog( )

Write an entry to the calculation engine debug log

Write an entry to the calculation engine debug log

public
# clearLog( )

Clear the calculation engine debug log

Clear the calculation engine debug log

public string[]
# getLog( )

Return the calculation engine debug log

Return the calculation engine debug log

Returns

string[]
Properties summary
private boolean $_writeDebugLog

Flag to determine whether a debug log should be generated by the calculation engine If true, then a debug log will be generated If false, then a debug log will not be generated

Flag to determine whether a debug log should be generated by the calculation engine If true, then a debug log will be generated If false, then a debug log will not be generated

# FALSE
private boolean $_echoDebugLog

Flag to determine whether a debug log should be echoed by the calculation engine If true, then a debug log will be echoed If false, then a debug log will not be echoed A debug log can only be echoed if it is generated

Flag to determine whether a debug log should be echoed by the calculation engine If true, then a debug log will be echoed If false, then a debug log will not be echoed A debug log can only be echoed if it is generated

# FALSE
private string[] $_debugLog

The debug log generated by the calculation engine

The debug log generated by the calculation engine

# array()
private PHPExcel_CalcEngine_CyclicReferenceStack $_cellStack

The calculation engine cell reference stack

The calculation engine cell reference stack

#
Autene API documentation generated by ApiGen