<?php
namespace Laminas\Code\Generic\Prototype;
/** @internal this class is not part of the public API of this package */
interface PrototypeGenericInterface extends PrototypeInterface
{
/**
* @param string $name
* @return void
*/
public function setName($name);
}