Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-code/src/Reflection/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-code/src/Reflection/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();
}