1 | <?php namespace Arcanedev\GeoLocation\Google\Directions\Entities; |
||
11 | class StepCollection extends Collection |
||
12 | { |
||
13 | /* ----------------------------------------------------------------- |
||
14 | | Main Methods |
||
15 | | ----------------------------------------------------------------- |
||
16 | */ |
||
17 | |||
18 | /** |
||
19 | * Load the steps data into the collection. |
||
20 | * |
||
21 | * @param array $steps |
||
22 | * |
||
23 | * @return self |
||
24 | */ |
||
25 | 21 | public static function load(array $steps) |
|
34 | } |
||
35 |