Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../../vendor/webmozart/assert/../../stripe/./../dflydev/../nunomaduro/../psr/././../bin/../nunomaduro/../dflydev/../stripe/../theseer/.././../vendor/phpunit/../graham-campbell/../bin/.././ezyang/../symfony/error-handler/.././var-dumper/./Dumper/ContextProvider
الملفات الموجودة في هذا الـ Path:
.
..
CliContextProvider.php
ContextProviderInterface.php
RequestContextProvider.php
SourceContextProvider.php

مشاهدة ملف: ContextProviderInterface.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\VarDumper\Dumper\ContextProvider;

/**
 * Interface to provide contextual data about dump data clones sent to a server.
 *
 * @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
 */
interface ContextProviderInterface
{
    public function getContext(): ?array;
}