Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Utils
  • none
  • Tracy
    • Bridges
      • Nette

Classes

  • Bar
  • BlueScreen
  • Debugger
  • Dumper
  • FireLogger
  • Helpers
  • Logger
  • OutputDebugger

Interfaces

  • IBarPanel
  • ILogger
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class Dumper

Dumps a variable.

Namespace: Tracy
Located at Tracy/Dumper.php
Methods summary
public static mixed
# dump( $var, array $options = NULL )

Dumps variable to the output.

Dumps variable to the output.

Returns

mixed
variable
public static string
# toHtml( $var, array $options = NULL )

Dumps variable to HTML.

Dumps variable to HTML.

Returns

string
string
public static string
# toText( $var, array $options = NULL )

Dumps variable to plain text.

Dumps variable to plain text.

Returns

string
string
public static string
# toTerminal( $var, array $options = NULL )

Dumps variable to x-terminal.

Dumps variable to x-terminal.

Returns

string
string
public static array
# fetchLiveData( )

Returns

array
array
Constants summary
string DEPTH
#'depth'
string TRUNCATE
#'truncate'
string COLLAPSE
#'collapse'
string COLLAPSE_COUNT
#'collapsecount'
string LOCATION
#'location'
string OBJECT_EXPORTERS
#'exporters'
string LIVE
#'live'
integer LOCATION_SOURCE
#1
integer LOCATION_LINK
#2
integer LOCATION_CLASS
#4
Properties summary
public static array $terminalColors
#array( 'bool' => '1;33', 'null' => '1;33', 'number' => '1;32', 'string' => '1;36', 'array' => '1;31', 'key' => '1;37', 'object' => '1;31', 'visibility' => '1;30', 'resource' => '1;37', 'indent' => '1;30', )
public static array $resources
#array( 'stream' => 'stream_get_meta_data', 'stream-context' => 'stream_context_get_options', 'curl' => 'curl_getinfo', )
public static array $objectExporters
#array( 'Closure' => 'Tracy\Dumper::exportClosure', 'SplFileInfo' => 'Tracy\Dumper::exportSplFileInfo', 'SplObjectStorage' => 'Tracy\Dumper::exportSplObjectStorage', '__PHP_Incomplete_Class' => 'Tracy\Dumper::exportPhpIncompleteClass', )
public static string $livePrefix

@internal

@internal

#
Nette 2.3-20161221 API API documentation generated by ApiGen 2.8.0