-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45ceb5e
commit 3e6dd3e
Showing
365 changed files
with
22,460 additions
and
20,816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class CheckoutPageURLTemplate extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "CheckoutPageURLTemplate"; | ||
const memberVal = "https://schema.org/checkoutPageURLTemplate"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class ConstraintProperty extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "ConstraintProperty"; | ||
const memberVal = "https://schema.org/constraintProperty"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class CourseSchedule extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "CourseSchedule"; | ||
const memberVal = "https://schema.org/courseSchedule"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class MeasurementDenominator extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "MeasurementDenominator"; | ||
const memberVal = "https://schema.org/measurementDenominator"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class MeasurementMethod extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "MeasurementMethod"; | ||
const memberVal = "https://schema.org/measurementMethod"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class ObservationAbout extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "ObservationAbout"; | ||
const memberVal = "https://schema.org/observationAbout"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class ObservationPeriod extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "ObservationPeriod"; | ||
const memberVal = "https://schema.org/observationPeriod"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class ShippingOrigin extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "ShippingOrigin"; | ||
const memberVal = "https://schema.org/shippingOrigin"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class StatType extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "StatType"; | ||
const memberVal = "https://schema.org/statType"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class SyllabusSections extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "SyllabusSections"; | ||
const memberVal = "https://schema.org/syllabusSections"; | ||
} |
13 changes: 13 additions & 0 deletions
13
src/Enums/PropertyEnumeration/TotalHistoricalEnrollment.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class TotalHistoricalEnrollment extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "TotalHistoricalEnrollment"; | ||
const memberVal = "https://schema.org/totalHistoricalEnrollment"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace OpenActive\Enums\PropertyEnumeration; | ||
|
||
/** | ||
* This enumeration contains a value for all properties in the https://schema.org/ and https://openactive.io/ vocabularies. | ||
* | ||
*/ | ||
class TripOrigin extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "TripOrigin"; | ||
const memberVal = "https://schema.org/tripOrigin"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.