<?php /* * This file is part of the Monolog package. * * (c) Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog; class Utils { /** * @internal */ public static function getClass($object) { $class = \get_class($object); return 'c' === $class[0] && 0 === strpos($class, "class@anonymous\0") ? get_parent_class($class).'@anonymous' : $class; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Formatter | Folder | 0755 |
|
|
Handler | Folder | 0755 |
|
|
Processor | Folder | 0755 |
|
|
ErrorHandler.php | File | 8.42 KB | 0644 |
|
Logger.php | File | 21.55 KB | 0644 |
|
Registry.php | File | 3.93 KB | 0644 |
|
ResettableInterface.php | File | 943 B | 0644 |
|
SignalHandler.php | File | 4.09 KB | 0644 |
|
Utils.php | File | 529 B | 0644 |
|