?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/prestashop/laminas-code-lts/src/Reflection/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/prestashop/laminas-code-lts/src

?? Viewing: ReflectionInterface.php

<?php

namespace Laminas\Code\Reflection;

use Reflector;

/** @internal this class is not part of the public API of this package */
interface ReflectionInterface extends Reflector
{
    /**
     * @return string
     */
    public function toString();
}


??

??