[ Index ] |
PHP Cross Reference of phpBB-3.3.3-deutsch |
[Source view] [Print] [Project Stats]
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 |
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. return: Data param: mixed $var |
varToString($var) X-Ref |
Converts a PHP variable to a string. return: string The string representation of the variable param: mixed $var A PHP variable |
getCasters() X-Ref |
return: callable[] The casters to add to the cloner |
Generated: Sun Feb 14 20:08:31 2021 | Cross-referenced by PHPXref 0.7.1 |