[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/DataCollector/ -> DataCollector.php (summary)

DataCollector. Children of this class must store the collected data in the data property.

Author: Fabien Potencier <fabien@symfony.com>
Author: Bernhard Schussek <bschussek@symfony.com>
File Size: 134 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  serialize()
  unserialize()
  cloneVar()
  varToString()
  getCasters()

Functions
Functions that are not part of a class:

serialize()   X-Ref


unserialize($data)   X-Ref
No description

cloneVar($var)   X-Ref
Converts the variable into a serializable Data instance.

This array can be displayed in the template using
the VarDumper component.

param: mixed $var
return: Data

varToString($var)   X-Ref
Converts a PHP variable to a string.

param: mixed $var A PHP variable
return: string The string representation of the variable

getCasters()   X-Ref

return: callable[] The casters to add to the cloner



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1