PluginProbe
Yatra – Travel Booking & Tour Operator Software / 3.0.3
Yatra – Travel Booking & Tour Operator Software v3.0.3
3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 All 82 releases
yatra / app / Constants / ClassificationTypes.php

ClassificationTypes.php in Yatra – Travel Booking & Tour Operator Software 3.0.3, at app/Constants/ClassificationTypes.php

20 lines 374 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 declare(strict_types=1);
4
5 namespace Yatra\Constants;
6
7 class ClassificationTypes{
8 const ACTIVITY = 'activity';
9
10 const ATTRIBUTE = 'attribute';
11 const DESTINATION = 'destination';
12 const DIFFICULTY = 'difficulty';
13 const TRAVELER_TYPE = 'traveler_type';
14
15 const ITEM_TYPE = 'item_type';
16
17 const ITEM = 'item';
18
19 const CATEGORY = 'category';
20 }