Class Dump
Dump helper
This code was originally part of the facade, however it has been decided to remove unique features to service classes like this to make them available to developers not using the facade class.
Dumps the contents of a bean in an array for debugging purposes.
Namespace: RedBeanPHP\Util
Copyright:
License: BSD/GPLv2
Author: Gabor de Mooij and the RedBeanPHP Community
File: RedBeanPHP/Util/Dump.php
Located at Util/Dump.php
Copyright:
copyright (c) G.J.G.T. (Gabor) de Mooij and the RedBeanPHP Community This source file is subject to the BSD/GPLv2 License that is bundled with this source code in the file license.txt.
License: BSD/GPLv2
Author: Gabor de Mooij and the RedBeanPHP Community
File: RedBeanPHP/Util/Dump.php
Located at Util/Dump.php
public static
array
|
#
dump(
Simple but effective debug function. Given a one or more beans this method will return an array containing first part of the string representation of each item in the array. |