PHP Class Spatie\Crawler\CrawlUrl

Show file Open project: spatie/crawler Class Usage Examples

Public Properties

Property Type Description
$foundOnUrl Url
$url Url

Public Methods

Method Description
create ( Url $url, Url $foundOnUrl = null )

Protected Methods

Method Description
__construct ( Url $url, Url $foundOnUrl = null )

Method Details

__construct() protected method

protected __construct ( Url $url, Url $foundOnUrl = null )
$url Url
$foundOnUrl Url

create() public static method

public static create ( Url $url, Url $foundOnUrl = null )
$url Url
$foundOnUrl Url

Property Details

$foundOnUrl public property

public Url,Spatie\Crawler $foundOnUrl
return Url

$url public property

public Url,Spatie\Crawler $url
return Url