<?php namespace App\Service\PluginGateway; interface NcApiInterface { public function getInfo($id, $returnCert, $userName); public function getSslList($list_type, $search_query, $sort_by); }