芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/spatie/crawler/src/CrawlUrl.php
setId($id); } return $static; } protected function __construct(UriInterface $url, $foundOnUrl = null) { $this->url = $url; $this->foundOnUrl = $foundOnUrl; } /** * @return mixed|null */ public function getId() { return $this->id; } public function setId($id) { $this->id = $id; } }