Microweber\Providers\Event::__construct PHP Метод

__construct() публичный Метод

array to store user callbacks
public __construct ( )
    public function __construct()
    {
        if (!is_object(self::$adapter)) {
            self::$adapter = new LaravelEvent();
        }
        register_shutdown_function(array($this, 'callRegisteredShutdown'));
    }