-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from spatie/schema-21
upgrade to schema.org v21
- Loading branch information
Showing
6 changed files
with
1,425 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
<?php | ||
|
||
namespace Spatie\SchemaOrg\Contracts; | ||
|
||
interface PoliticalPartyContract | ||
{ | ||
public function actionableFeedbackPolicy($actionableFeedbackPolicy); | ||
|
||
public function additionalType($additionalType); | ||
|
||
public function address($address); | ||
|
||
public function aggregateRating($aggregateRating); | ||
|
||
public function alternateName($alternateName); | ||
|
||
public function alumni($alumni); | ||
|
||
public function areaServed($areaServed); | ||
|
||
public function award($award); | ||
|
||
public function awards($awards); | ||
|
||
public function brand($brand); | ||
|
||
public function contactPoint($contactPoint); | ||
|
||
public function contactPoints($contactPoints); | ||
|
||
public function correctionsPolicy($correctionsPolicy); | ||
|
||
public function department($department); | ||
|
||
public function description($description); | ||
|
||
public function disambiguatingDescription($disambiguatingDescription); | ||
|
||
public function dissolutionDate($dissolutionDate); | ||
|
||
public function diversityPolicy($diversityPolicy); | ||
|
||
public function diversityStaffingReport($diversityStaffingReport); | ||
|
||
public function duns($duns); | ||
|
||
public function email($email); | ||
|
||
public function employee($employee); | ||
|
||
public function employees($employees); | ||
|
||
public function ethicsPolicy($ethicsPolicy); | ||
|
||
public function event($event); | ||
|
||
public function events($events); | ||
|
||
public function faxNumber($faxNumber); | ||
|
||
public function founder($founder); | ||
|
||
public function founders($founders); | ||
|
||
public function foundingDate($foundingDate); | ||
|
||
public function foundingLocation($foundingLocation); | ||
|
||
public function funder($funder); | ||
|
||
public function funding($funding); | ||
|
||
public function globalLocationNumber($globalLocationNumber); | ||
|
||
public function hasCredential($hasCredential); | ||
|
||
public function hasMerchantReturnPolicy($hasMerchantReturnPolicy); | ||
|
||
public function hasOfferCatalog($hasOfferCatalog); | ||
|
||
public function hasPOS($hasPOS); | ||
|
||
public function hasProductReturnPolicy($hasProductReturnPolicy); | ||
|
||
public function identifier($identifier); | ||
|
||
public function image($image); | ||
|
||
public function interactionStatistic($interactionStatistic); | ||
|
||
public function isicV4($isicV4); | ||
|
||
public function iso6523Code($iso6523Code); | ||
|
||
public function keywords($keywords); | ||
|
||
public function knowsAbout($knowsAbout); | ||
|
||
public function knowsLanguage($knowsLanguage); | ||
|
||
public function legalName($legalName); | ||
|
||
public function leiCode($leiCode); | ||
|
||
public function location($location); | ||
|
||
public function logo($logo); | ||
|
||
public function mainEntityOfPage($mainEntityOfPage); | ||
|
||
public function makesOffer($makesOffer); | ||
|
||
public function member($member); | ||
|
||
public function memberOf($memberOf); | ||
|
||
public function members($members); | ||
|
||
public function naics($naics); | ||
|
||
public function name($name); | ||
|
||
public function nonprofitStatus($nonprofitStatus); | ||
|
||
public function numberOfEmployees($numberOfEmployees); | ||
|
||
public function ownershipFundingInfo($ownershipFundingInfo); | ||
|
||
public function owns($owns); | ||
|
||
public function parentOrganization($parentOrganization); | ||
|
||
public function potentialAction($potentialAction); | ||
|
||
public function publishingPrinciples($publishingPrinciples); | ||
|
||
public function review($review); | ||
|
||
public function reviews($reviews); | ||
|
||
public function sameAs($sameAs); | ||
|
||
public function seeks($seeks); | ||
|
||
public function serviceArea($serviceArea); | ||
|
||
public function slogan($slogan); | ||
|
||
public function sponsor($sponsor); | ||
|
||
public function subOrganization($subOrganization); | ||
|
||
public function subjectOf($subjectOf); | ||
|
||
public function taxID($taxID); | ||
|
||
public function telephone($telephone); | ||
|
||
public function unnamedSourcesPolicy($unnamedSourcesPolicy); | ||
|
||
public function url($url); | ||
|
||
public function vatID($vatID); | ||
} |
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.