juniorb2ss/zServices

View on GitHub
src/Miscellany/Interfaces/CrawlerInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace zServices\Miscellany\Interfaces;

interface CrawlerInterface {
    public function __construct($html, $selectors);
}