ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Monolog\Utils Class Reference
+ Collaboration diagram for Monolog\Utils:

Static Public Member Functions

static getClass ($object)
 

Detailed Description

Definition at line 14 of file Utils.php.

Member Function Documentation

◆ getClass()

static Monolog\Utils::getClass (   $object)
static

Definition at line 19 of file Utils.php.

Referenced by Monolog\Formatter\MongoDBFormatter\formatException(), Monolog\Formatter\MongoDBFormatter\formatObject(), Monolog\Formatter\NormalizerFormatter\normalize(), Monolog\Formatter\NormalizerFormatter\normalizeException(), Monolog\Formatter\LineFormatter\normalizeException(), and Monolog\Formatter\JsonFormatter\normalizeException().

20  {
21  $class = \get_class($object);
22 
23  return 'c' === $class[0] && 0 === strpos($class, "class@anonymous\0") ? get_parent_class($class).'@anonymous' : $class;
24  }
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: