Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/src/Service/PluginGateway/NcApiInterface.php

<?php

namespace App\Service\PluginGateway;

interface NcApiInterface
{
    public function getInfo($id, $returnCert, $userName);
    public function getSslList($list_type, $search_query, $sort_by);
}
Back to Directory File Manager