final class Debug

Static class containing most used debug methods.

@license http://www.opensource.org/licenses/lgpl-license.php LGPL @link www.doctrine-project.org @since 2.0 @author Guilherme Blanco <guilhermeblanco@hotmail.com> @author Jonathan Wage <jonwage@gmail.com> @author Roman Borschel <roman@code-factory.org> @author Giorgio Sironi <piccoloprincipeazzurro@gmail.com>

Hierarchy

  • class \Doctrine\Common\Util\Debug

Expanded class hierarchy of Debug

1 file declares its use of Debug
11 string references to 'Debug'

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php, line 33

Namespace

Doctrine\Common\Util
View source

Members

Namesort descending Modifiers Type Description Overrides
Debug::dump public static function Prints a dump of the public, protected and private properties of $var.
Debug::export public static function Export
Debug::toString public static function Convert to string
Debug::__construct private function Private constructor (prevents from instantiation)