1 | <?php namespace Arcanedev\LaravelTracker\Trackers; |
||
12 | class PathTracker implements PathTrackerContract |
||
13 | { |
||
14 | /* ------------------------------------------------------------------------------------------------ |
||
15 | | Main Functions |
||
16 | | ------------------------------------------------------------------------------------------------ |
||
17 | */ |
||
18 | /** |
||
19 | * Track the path. |
||
20 | * |
||
21 | * @param string $path |
||
22 | * |
||
23 | * @return int |
||
24 | */ |
||
25 | 12 | public function track($path) |
|
29 | } |
||
30 |