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