1 | <?php |
||
10 | class DiscoveredUri extends UriDecorator |
||
11 | { |
||
12 | /** @var int */ |
||
13 | private $depthFound; |
||
14 | |||
15 | /** |
||
16 | * @return int The depth this Uri was found on |
||
17 | */ |
||
18 | public function getDepthFound() |
||
22 | |||
23 | /** |
||
24 | * @param int The depth this Uri was found on |
||
25 | */ |
||
26 | public function setDepthFound($depthFound) |
||
30 | } |
||
31 |