serp-spider/search-engine-google

View on GitHub
stubs/RelatedSearch.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @license see LICENSE
 */

namespace Serps\Stubs;


class RelatedSearch
{

    /**
     * @var string url of the related search
     */
    public $url;

    /**
     * @var string title of the related search
     */
    public $title;
}