You are here

private function Debug::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php \Doctrine\Common\Util\Debug::__construct()

Private constructor (prevents instantiation).

File

vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php, line 39

Class

Debug
Static class containing most used debug methods.

Namespace

Doctrine\Common\Util

Code

private function __construct() {
}