VIPnytt/RobotsTxtParser

View on GitHub
src/Client/Directives/ClientInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * vipnytt/RobotsTxtParser
 *
 * @link https://github.com/VIPnytt/RobotsTxtParser
 * @license https://github.com/VIPnytt/RobotsTxtParser/blob/master/LICENSE The MIT License (MIT)
 */

namespace vipnytt\RobotsTxtParser\Client\Directives;

/**
 * Interface ClientInterface
 *
 * @package vipnytt\RobotsTxtParser\Client\Directives
 */
interface ClientInterface
{
    /**
     * Export
     *
     * @return mixed
     */
    public function export();
}