-
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
22abbea
commit 9c17707
Showing
420 changed files
with
25,258 additions
and
20,814 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
13 changes: 13 additions & 0 deletions
13
src/Enums/PropertyEnumeration/AgentInteractionStatistic.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 AgentInteractionStatistic extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "AgentInteractionStatistic"; | ||
const memberVal = "https://schema.org/agentInteractionStatistic"; | ||
} |
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 AuditDate extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "AuditDate"; | ||
const memberVal = "https://schema.org/auditDate"; | ||
} |
13 changes: 13 additions & 0 deletions
13
src/Enums/PropertyEnumeration/CertificationIdentification.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 CertificationIdentification extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "CertificationIdentification"; | ||
const memberVal = "https://schema.org/certificationIdentification"; | ||
} |
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 CertificationRating extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "CertificationRating"; | ||
const memberVal = "https://schema.org/certificationRating"; | ||
} |
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 CertificationStatus extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "CertificationStatus"; | ||
const memberVal = "https://schema.org/certificationStatus"; | ||
} |
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 ColorSwatch extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "ColorSwatch"; | ||
const memberVal = "https://schema.org/colorSwatch"; | ||
} |
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 DigitalSourceType extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "DigitalSourceType"; | ||
const memberVal = "https://schema.org/digitalSourceType"; | ||
} |
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 HasCertification extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "HasCertification"; | ||
const memberVal = "https://schema.org/hasCertification"; | ||
} |
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 HasGS1DigitalLink extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "HasGS1DigitalLink"; | ||
const memberVal = "https://schema.org/hasGS1DigitalLink"; | ||
} |
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 HasMemberProgram extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "HasMemberProgram"; | ||
const memberVal = "https://schema.org/hasMemberProgram"; | ||
} |
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 HasTierBenefit extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "HasTierBenefit"; | ||
const memberVal = "https://schema.org/hasTierBenefit"; | ||
} |
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 HasTierRequirement extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "HasTierRequirement"; | ||
const memberVal = "https://schema.org/hasTierRequirement"; | ||
} |
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 HasTiers extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "HasTiers"; | ||
const memberVal = "https://schema.org/hasTiers"; | ||
} |
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 IsTierOf extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "IsTierOf"; | ||
const memberVal = "https://schema.org/isTierOf"; | ||
} |
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
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 MobileUrl extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "MobileUrl"; | ||
const memberVal = "https://schema.org/mobileUrl"; | ||
} |
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 PaymentMethodType extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "PaymentMethodType"; | ||
const memberVal = "https://schema.org/paymentMethodType"; | ||
} |
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 PracticesAt extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "PracticesAt"; | ||
const memberVal = "https://schema.org/practicesAt"; | ||
} |
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 Program extends \OpenActive\Enums\PropertyEnumeration | ||
{ | ||
const value = "Program"; | ||
const memberVal = "https://schema.org/program"; | ||
} |
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"; | ||
} |
Oops, something went wrong.