avm99963 | 99bb77c | 2020-01-27 03:15:08 +0100 | [diff] [blame] | 1 | <?php |
2 | # Generated by the protocol buffer compiler. DO NOT EDIT! | ||||
3 | # source: proto/gtfs.proto | ||||
4 | |||||
5 | namespace Gtfs; | ||||
6 | |||||
7 | if (false) { | ||||
8 | /** | ||||
9 | * This class is deprecated. Use Gtfs\Trip\Direction instead. | ||||
10 | * @deprecated | ||||
11 | */ | ||||
12 | class Trip_Direction {} | ||||
13 | } | ||||
14 | class_exists(Trip\Direction::class); | ||||
15 | @trigger_error('Gtfs\Trip_Direction is deprecated and will be removed in the next major release. Use Gtfs\Trip\Direction instead', E_USER_DEPRECATED); | ||||
16 |