Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/laminas/laminas-code/src/Generic/Prototype/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-code/src/Generic/Prototype/PrototypeInterface.php

<?php

namespace Laminas\Code\Generic\Prototype;

/** @internal this class is not part of the public API of this package */
interface PrototypeInterface
{
    /**
     * @return string
     */
    public function getName();
}