| Current Path : /proc/self/root/proc/self/root/opt/nginxhttpd_/src/Processor/ |
| Current File : //proc/self/root/proc/self/root/opt/nginxhttpd_/src/Processor/ProcessorInterface.php |
<?php
namespace App\Processor;
interface ProcessorInterface
{
public function generate(array $data) : bool;
}