Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DebugClassLoader.php

DebugClassLoader::MAGIC_METHODS

File

vendor/symfony/error-handler/DebugClassLoader.php, line 101

Class

DebugClassLoader
Autoloader checking if the class is really defined in the file found.

Namespace

Symfony\Component\ErrorHandler

Code

private const MAGIC_METHODS = [
    '__isset' => 'bool',
    '__sleep' => 'array',
    '__toString' => 'string',
    '__debugInfo' => 'array',
    '__serialize' => 'array',
    '__set' => 'void',
    '__unset' => 'void',
    '__unserialize' => 'void',
    '__wakeup' => 'void',
];
RSS feed
Powered by Drupal