code
stringlengths
17
296k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function correctionsPolicy($correctionsPolicy) { return $this->setProperty('correctionsPolicy', $correctionsPolicy); }
For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. @param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $correctionsPolicy @return static @see https://schema.org/correctionsPolicy @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1525
correctionsPolicy
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function currenciesAccepted($currenciesAccepted) { return $this->setProperty('currenciesAccepted', $currenciesAccepted); }
The currency accepted. Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". @param string|string[] $currenciesAccepted @return static @see https://schema.org/currenciesAccepted
currenciesAccepted
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function department($department) { return $this->setProperty('department', $department); }
A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $department @return static @see https://schema.org/department
department
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function disambiguatingDescription($disambiguatingDescription) { return $this->setProperty('disambiguatingDescription', $disambiguatingDescription); }
A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. @param string|string[] $disambiguatingDescription @return static @see https://schema.org/disambiguatingDescription
disambiguatingDescription
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function dissolutionDate($dissolutionDate) { return $this->setProperty('dissolutionDate', $dissolutionDate); }
The date that this organization was dissolved. @param \DateTimeInterface|\DateTimeInterface[] $dissolutionDate @return static @see https://schema.org/dissolutionDate
dissolutionDate
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function diversityPolicy($diversityPolicy) { return $this->setProperty('diversityPolicy', $diversityPolicy); }
Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. @param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $diversityPolicy @return static @see https://schema.org/diversityPolicy @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1525
diversityPolicy
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function diversityStaffingReport($diversityStaffingReport) { return $this->setProperty('diversityStaffingReport', $diversityStaffingReport); }
For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. @param \Spatie\SchemaOrg\Contracts\ArticleContract|\Spatie\SchemaOrg\Contracts\ArticleContract[]|string|string[] $diversityStaffingReport @return static @see https://schema.org/diversityStaffingReport @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1525
diversityStaffingReport
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function duns($duns) { return $this->setProperty('duns', $duns); }
The Dun & Bradstreet DUNS number for identifying an organization or business person. @param string|string[] $duns @return static @see https://schema.org/duns
duns
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function employee($employee) { return $this->setProperty('employee', $employee); }
Someone working for this organization. @param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $employee @return static @see https://schema.org/employee
employee
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function employees($employees) { return $this->setProperty('employees', $employees); }
People working for this organization. @param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $employees @return static @see https://schema.org/employees
employees
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function ethicsPolicy($ethicsPolicy) { return $this->setProperty('ethicsPolicy', $ethicsPolicy); }
Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. @param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $ethicsPolicy @return static @see https://schema.org/ethicsPolicy @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1525
ethicsPolicy
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function event($event) { return $this->setProperty('event', $event); }
Upcoming or past event associated with this place, organization, or action. @param \Spatie\SchemaOrg\Contracts\EventContract|\Spatie\SchemaOrg\Contracts\EventContract[] $event @return static @see https://schema.org/event
event
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function events($events) { return $this->setProperty('events', $events); }
Upcoming or past events associated with this place or organization. @param \Spatie\SchemaOrg\Contracts\EventContract|\Spatie\SchemaOrg\Contracts\EventContract[] $events @return static @see https://schema.org/events
events
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function founder($founder) { return $this->setProperty('founder', $founder); }
A person or organization who founded this organization. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $founder @return static @see https://schema.org/founder
founder
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function founders($founders) { return $this->setProperty('founders', $founders); }
A person who founded this organization. @param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $founders @return static @see https://schema.org/founders
founders
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function foundingDate($foundingDate) { return $this->setProperty('foundingDate', $foundingDate); }
The date that this organization was founded. @param \DateTimeInterface|\DateTimeInterface[] $foundingDate @return static @see https://schema.org/foundingDate
foundingDate
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function foundingLocation($foundingLocation) { return $this->setProperty('foundingLocation', $foundingLocation); }
The place where the Organization was founded. @param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $foundingLocation @return static @see https://schema.org/foundingLocation
foundingLocation
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function funder($funder) { return $this->setProperty('funder', $funder); }
A person or organization that supports (sponsors) something through some kind of financial contribution. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $funder @return static @see https://schema.org/funder
funder
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function funding($funding) { return $this->setProperty('funding', $funding); }
A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. @param \Spatie\SchemaOrg\Contracts\GrantContract|\Spatie\SchemaOrg\Contracts\GrantContract[] $funding @return static @see https://schema.org/funding @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/383
funding
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geo($geo) { return $this->setProperty('geo', $geo); }
The geo coordinates of the place. @param \Spatie\SchemaOrg\Contracts\GeoCoordinatesContract|\Spatie\SchemaOrg\Contracts\GeoCoordinatesContract[]|\Spatie\SchemaOrg\Contracts\GeoShapeContract|\Spatie\SchemaOrg\Contracts\GeoShapeContract[] $geo @return static @see https://schema.org/geo
geo
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoContains($geoContains) { return $this->setProperty('geoContains', $geoContains); }
Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoContains @return static @see https://schema.org/geoContains
geoContains
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoCoveredBy($geoCoveredBy) { return $this->setProperty('geoCoveredBy', $geoCoveredBy); }
Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoCoveredBy @return static @see https://schema.org/geoCoveredBy
geoCoveredBy
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoCovers($geoCovers) { return $this->setProperty('geoCovers', $geoCovers); }
Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoCovers @return static @see https://schema.org/geoCovers
geoCovers
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoCrosses($geoCrosses) { return $this->setProperty('geoCrosses', $geoCrosses); }
Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoCrosses @return static @see https://schema.org/geoCrosses
geoCrosses
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoDisjoint($geoDisjoint) { return $this->setProperty('geoDisjoint', $geoDisjoint); }
Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoDisjoint @return static @see https://schema.org/geoDisjoint
geoDisjoint
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoEquals($geoEquals) { return $this->setProperty('geoEquals', $geoEquals); }
Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoEquals @return static @see https://schema.org/geoEquals
geoEquals
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoIntersects($geoIntersects) { return $this->setProperty('geoIntersects', $geoIntersects); }
Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoIntersects @return static @see https://schema.org/geoIntersects
geoIntersects
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoOverlaps($geoOverlaps) { return $this->setProperty('geoOverlaps', $geoOverlaps); }
Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoOverlaps @return static @see https://schema.org/geoOverlaps
geoOverlaps
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoTouches($geoTouches) { return $this->setProperty('geoTouches', $geoTouches); }
Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoTouches @return static @see https://schema.org/geoTouches
geoTouches
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function geoWithin($geoWithin) { return $this->setProperty('geoWithin', $geoWithin); }
Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoWithin @return static @see https://schema.org/geoWithin
geoWithin
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function globalLocationNumber($globalLocationNumber) { return $this->setProperty('globalLocationNumber', $globalLocationNumber); }
The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations. @param string|string[] $globalLocationNumber @return static @see https://schema.org/globalLocationNumber
globalLocationNumber
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasCertification($hasCertification) { return $this->setProperty('hasCertification', $hasCertification); }
Certification information about a product, organization, service, place, or person. @param \Spatie\SchemaOrg\Contracts\CertificationContract|\Spatie\SchemaOrg\Contracts\CertificationContract[] $hasCertification @return static @see https://schema.org/hasCertification @link https://github.com/schemaorg/schemaorg/issues/3230
hasCertification
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasCredential($hasCredential) { return $this->setProperty('hasCredential', $hasCredential); }
A credential awarded to the Person or Organization. @param \Spatie\SchemaOrg\Contracts\EducationalOccupationalCredentialContract|\Spatie\SchemaOrg\Contracts\EducationalOccupationalCredentialContract[] $hasCredential @return static @see https://schema.org/hasCredential @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/2289
hasCredential
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasDriveThroughService($hasDriveThroughService) { return $this->setProperty('hasDriveThroughService', $hasDriveThroughService); }
Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. @param bool|bool[] $hasDriveThroughService @return static @see https://schema.org/hasDriveThroughService @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/2490
hasDriveThroughService
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasGS1DigitalLink($hasGS1DigitalLink) { return $this->setProperty('hasGS1DigitalLink', $hasGS1DigitalLink); }
The [GS1 digital link](https://www.gs1.org/standards/gs1-digital-link) associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:<ul>* A Digital Link that contains a serial number (AI ```21```) should only be present on instances of [[IndividualProduct]]* A Digital Link that contains a lot number (AI ```10```) should be annotated as [[SomeProduct]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.* A Digital Link that contains a global model number (AI ```8013```) should be attached to a [[Product]] or a [[ProductModel]]. Other item types should be adapted similarly. @param string|string[] $hasGS1DigitalLink @return static @see https://schema.org/hasGS1DigitalLink @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/3475
hasGS1DigitalLink
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasMemberProgram($hasMemberProgram) { return $this->setProperty('hasMemberProgram', $hasMemberProgram); }
MemberProgram offered by an Organization, for example an eCommerce merchant or an airline. @param \Spatie\SchemaOrg\Contracts\MemberProgramContract|\Spatie\SchemaOrg\Contracts\MemberProgramContract[] $hasMemberProgram @return static @see https://schema.org/hasMemberProgram @link https://github.com/schemaorg/schemaorg/issues/3563
hasMemberProgram
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasMerchantReturnPolicy($hasMerchantReturnPolicy) { return $this->setProperty('hasMerchantReturnPolicy', $hasMerchantReturnPolicy); }
Specifies a MerchantReturnPolicy that may be applicable. @param \Spatie\SchemaOrg\Contracts\MerchantReturnPolicyContract|\Spatie\SchemaOrg\Contracts\MerchantReturnPolicyContract[] $hasMerchantReturnPolicy @return static @see https://schema.org/hasMerchantReturnPolicy @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/2288
hasMerchantReturnPolicy
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasOfferCatalog($hasOfferCatalog) { return $this->setProperty('hasOfferCatalog', $hasOfferCatalog); }
Indicates an OfferCatalog listing for this Organization, Person, or Service. @param \Spatie\SchemaOrg\Contracts\OfferCatalogContract|\Spatie\SchemaOrg\Contracts\OfferCatalogContract[] $hasOfferCatalog @return static @see https://schema.org/hasOfferCatalog
hasOfferCatalog
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasPOS($hasPOS) { return $this->setProperty('hasPOS', $hasPOS); }
Points-of-Sales operated by the organization or person. @param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $hasPOS @return static @see https://schema.org/hasPOS
hasPOS
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function hasProductReturnPolicy($hasProductReturnPolicy) { return $this->setProperty('hasProductReturnPolicy', $hasProductReturnPolicy); }
Indicates a ProductReturnPolicy that may be applicable. @param \Spatie\SchemaOrg\Contracts\ProductReturnPolicyContract|\Spatie\SchemaOrg\Contracts\ProductReturnPolicyContract[] $hasProductReturnPolicy @return static @see https://schema.org/hasProductReturnPolicy @see https://attic.schema.org @link https://github.com/schemaorg/schemaorg/issues/2288
hasProductReturnPolicy
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function identifier($identifier) { return $this->setProperty('identifier', $identifier); }
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. @param \Spatie\SchemaOrg\Contracts\PropertyValueContract|\Spatie\SchemaOrg\Contracts\PropertyValueContract[]|string|string[] $identifier @return static @see https://schema.org/identifier
identifier
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function image($image) { return $this->setProperty('image', $image); }
An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. @param \Spatie\SchemaOrg\Contracts\ImageObjectContract|\Spatie\SchemaOrg\Contracts\ImageObjectContract[]|string|string[] $image @return static @see https://schema.org/image
image
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function interactionStatistic($interactionStatistic) { return $this->setProperty('interactionStatistic', $interactionStatistic); }
The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. @param \Spatie\SchemaOrg\Contracts\InteractionCounterContract|\Spatie\SchemaOrg\Contracts\InteractionCounterContract[] $interactionStatistic @return static @see https://schema.org/interactionStatistic @link https://github.com/schemaorg/schemaorg/issues/2421
interactionStatistic
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function isAccessibleForFree($isAccessibleForFree) { return $this->setProperty('isAccessibleForFree', $isAccessibleForFree); }
A flag to signal that the item, event, or place is accessible for free. @param bool|bool[] $isAccessibleForFree @return static @see https://schema.org/isAccessibleForFree
isAccessibleForFree
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function isicV4($isicV4) { return $this->setProperty('isicV4', $isicV4); }
The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. @param string|string[] $isicV4 @return static @see https://schema.org/isicV4
isicV4
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function iso6523Code($iso6523Code) { return $this->setProperty('iso6523Code', $iso6523Code); }
An organization identifier as defined in [ISO 6523(-1)](https://en.wikipedia.org/wiki/ISO/IEC_6523). The identifier should be in the `XXXX:YYYYYY:ZZZ` or `XXXX:YYYYYY`format. Where `XXXX` is a 4 digit _ICD_ (International Code Designator), `YYYYYY` is an _OID_ (Organization Identifier) with all formatting characters (dots, dashes, spaces) removed with a maximal length of 35 characters, and `ZZZ` is an optional OPI (Organization Part Identifier) with a maximum length of 35 characters. The various components (ICD, OID, OPI) are joined with a colon character (ASCII `0x3a`). Note that many existing organization identifiers defined as attributes like [leiCode](https://schema.org/leiCode) (`0199`), [duns](https://schema.org/duns) (`0060`) or [GLN](https://schema.org/globalLocationNumber) (`0088`) can be expressed using ISO-6523. If possible, ISO-6523 codes should be preferred to populating [vatID](https://schema.org/vatID) or [taxID](https://schema.org/taxID), as ISO identifiers are less ambiguous. @param string|string[] $iso6523Code @return static @see https://schema.org/iso6523Code @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/2915
iso6523Code
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function keywords($keywords) { return $this->setProperty('keywords', $keywords); }
Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. @param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $keywords @return static @see https://schema.org/keywords
keywords
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function knowsAbout($knowsAbout) { return $this->setProperty('knowsAbout', $knowsAbout); }
Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. @param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[]|string|string[] $knowsAbout @return static @see https://schema.org/knowsAbout @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1688
knowsAbout
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function knowsLanguage($knowsLanguage) { return $this->setProperty('knowsLanguage', $knowsLanguage); }
Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). @param \Spatie\SchemaOrg\Contracts\LanguageContract|\Spatie\SchemaOrg\Contracts\LanguageContract[]|string|string[] $knowsLanguage @return static @see https://schema.org/knowsLanguage @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1688
knowsLanguage
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function latitude($latitude) { return $this->setProperty('latitude', $latitude); }
The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). @param float|float[]|int|int[]|string|string[] $latitude @return static @see https://schema.org/latitude
latitude
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function legalName($legalName) { return $this->setProperty('legalName', $legalName); }
The official name of the organization, e.g. the registered company name. @param string|string[] $legalName @return static @see https://schema.org/legalName
legalName
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function leiCode($leiCode) { return $this->setProperty('leiCode', $leiCode); }
An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. @param string|string[] $leiCode @return static @see https://schema.org/leiCode
leiCode
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function location($location) { return $this->setProperty('location', $location); }
The location of, for example, where an event is happening, where an organization is located, or where an action takes place. @param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[]|\Spatie\SchemaOrg\Contracts\PostalAddressContract|\Spatie\SchemaOrg\Contracts\PostalAddressContract[]|\Spatie\SchemaOrg\Contracts\VirtualLocationContract|\Spatie\SchemaOrg\Contracts\VirtualLocationContract[]|string|string[] $location @return static @see https://schema.org/location
location
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function longitude($longitude) { return $this->setProperty('longitude', $longitude); }
The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). @param float|float[]|int|int[]|string|string[] $longitude @return static @see https://schema.org/longitude
longitude
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function mainEntityOfPage($mainEntityOfPage) { return $this->setProperty('mainEntityOfPage', $mainEntityOfPage); }
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. @param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $mainEntityOfPage @return static @see https://schema.org/mainEntityOfPage
mainEntityOfPage
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function makesOffer($makesOffer) { return $this->setProperty('makesOffer', $makesOffer); }
A pointer to products or services offered by the organization or person. @param \Spatie\SchemaOrg\Contracts\OfferContract|\Spatie\SchemaOrg\Contracts\OfferContract[] $makesOffer @return static @see https://schema.org/makesOffer
makesOffer
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function maximumAttendeeCapacity($maximumAttendeeCapacity) { return $this->setProperty('maximumAttendeeCapacity', $maximumAttendeeCapacity); }
The total number of individuals that may attend an event or venue. @param int|int[] $maximumAttendeeCapacity @return static @see https://schema.org/maximumAttendeeCapacity
maximumAttendeeCapacity
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function member($member) { return $this->setProperty('member', $member); }
A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $member @return static @see https://schema.org/member
member
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function memberOf($memberOf) { return $this->setProperty('memberOf', $memberOf); }
An Organization (or ProgramMembership) to which this Person or Organization belongs. @param \Spatie\SchemaOrg\Contracts\MemberProgramTierContract|\Spatie\SchemaOrg\Contracts\MemberProgramTierContract[]|\Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\ProgramMembershipContract|\Spatie\SchemaOrg\Contracts\ProgramMembershipContract[] $memberOf @return static @see https://schema.org/memberOf
memberOf
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function members($members) { return $this->setProperty('members', $members); }
A member of this organization. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $members @return static @see https://schema.org/members
members
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function naics($naics) { return $this->setProperty('naics', $naics); }
The North American Industry Classification System (NAICS) code for a particular organization or business person. @param string|string[] $naics @return static @see https://schema.org/naics
naics
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function nonprofitStatus($nonprofitStatus) { return $this->setProperty('nonprofitStatus', $nonprofitStatus); }
nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. @param \Spatie\SchemaOrg\Contracts\NonprofitTypeContract|\Spatie\SchemaOrg\Contracts\NonprofitTypeContract[] $nonprofitStatus @return static @see https://schema.org/nonprofitStatus @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/2543
nonprofitStatus
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function numberOfEmployees($numberOfEmployees) { return $this->setProperty('numberOfEmployees', $numberOfEmployees); }
The number of employees in an organization, e.g. business. @param \Spatie\SchemaOrg\Contracts\QuantitativeValueContract|\Spatie\SchemaOrg\Contracts\QuantitativeValueContract[] $numberOfEmployees @return static @see https://schema.org/numberOfEmployees
numberOfEmployees
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function openingHours($openingHours) { return $this->setProperty('openingHours', $openingHours); }
The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'. * Days are specified using the following two-letter combinations: ```Mo```, ```Tu```, ```We```, ```Th```, ```Fr```, ```Sa```, ```Su```. * Times are specified using 24:00 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: ```<time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>```. * If a business is open 7 days a week, then it can be specified as ```<time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>```. @param string|string[] $openingHours @return static @see https://schema.org/openingHours
openingHours
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function openingHoursSpecification($openingHoursSpecification) { return $this->setProperty('openingHoursSpecification', $openingHoursSpecification); }
The opening hours of a certain place. @param \Spatie\SchemaOrg\Contracts\OpeningHoursSpecificationContract|\Spatie\SchemaOrg\Contracts\OpeningHoursSpecificationContract[] $openingHoursSpecification @return static @see https://schema.org/openingHoursSpecification
openingHoursSpecification
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function ownershipFundingInfo($ownershipFundingInfo) { return $this->setProperty('ownershipFundingInfo', $ownershipFundingInfo); }
For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. @param \Spatie\SchemaOrg\Contracts\AboutPageContract|\Spatie\SchemaOrg\Contracts\AboutPageContract[]|\Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $ownershipFundingInfo @return static @see https://schema.org/ownershipFundingInfo @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1525
ownershipFundingInfo
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function owns($owns) { return $this->setProperty('owns', $owns); }
Products owned by the organization or person. @param \Spatie\SchemaOrg\Contracts\OwnershipInfoContract|\Spatie\SchemaOrg\Contracts\OwnershipInfoContract[]|\Spatie\SchemaOrg\Contracts\ProductContract|\Spatie\SchemaOrg\Contracts\ProductContract[] $owns @return static @see https://schema.org/owns
owns
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function parentOrganization($parentOrganization) { return $this->setProperty('parentOrganization', $parentOrganization); }
The larger organization that this organization is a [[subOrganization]] of, if any. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $parentOrganization @return static @see https://schema.org/parentOrganization
parentOrganization
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function paymentAccepted($paymentAccepted) { return $this->setProperty('paymentAccepted', $paymentAccepted); }
Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc. @param string|string[] $paymentAccepted @return static @see https://schema.org/paymentAccepted
paymentAccepted
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function potentialAction($potentialAction) { return $this->setProperty('potentialAction', $potentialAction); }
Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. @param \Spatie\SchemaOrg\Contracts\ActionContract|\Spatie\SchemaOrg\Contracts\ActionContract[] $potentialAction @return static @see https://schema.org/potentialAction
potentialAction
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function priceRange($priceRange) { return $this->setProperty('priceRange', $priceRange); }
The price range of the business, for example ```$$$```. @param string|string[] $priceRange @return static @see https://schema.org/priceRange
priceRange
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function publicAccess($publicAccess) { return $this->setProperty('publicAccess', $publicAccess); }
A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value. @param bool|bool[] $publicAccess @return static @see https://schema.org/publicAccess
publicAccess
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function publishingPrinciples($publishingPrinciples) { return $this->setProperty('publishingPrinciples', $publishingPrinciples); }
The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]]. While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. @param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $publishingPrinciples @return static @see https://schema.org/publishingPrinciples
publishingPrinciples
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function sameAs($sameAs) { return $this->setProperty('sameAs', $sameAs); }
URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. @param string|string[] $sameAs @return static @see https://schema.org/sameAs
sameAs
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function seeks($seeks) { return $this->setProperty('seeks', $seeks); }
A pointer to products or services sought by the organization or person (demand). @param \Spatie\SchemaOrg\Contracts\DemandContract|\Spatie\SchemaOrg\Contracts\DemandContract[] $seeks @return static @see https://schema.org/seeks
seeks
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function serviceArea($serviceArea) { return $this->setProperty('serviceArea', $serviceArea); }
The geographic area where the service is provided. @param \Spatie\SchemaOrg\Contracts\AdministrativeAreaContract|\Spatie\SchemaOrg\Contracts\AdministrativeAreaContract[]|\Spatie\SchemaOrg\Contracts\GeoShapeContract|\Spatie\SchemaOrg\Contracts\GeoShapeContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $serviceArea @return static @see https://schema.org/serviceArea
serviceArea
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function skills($skills) { return $this->setProperty('skills', $skills); }
A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation. @param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $skills @return static @see https://schema.org/skills
skills
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function slogan($slogan) { return $this->setProperty('slogan', $slogan); }
A slogan or motto associated with the item. @param string|string[] $slogan @return static @see https://schema.org/slogan
slogan
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function smokingAllowed($smokingAllowed) { return $this->setProperty('smokingAllowed', $smokingAllowed); }
Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. @param bool|bool[] $smokingAllowed @return static @see https://schema.org/smokingAllowed
smokingAllowed
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function sponsor($sponsor) { return $this->setProperty('sponsor', $sponsor); }
A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $sponsor @return static @see https://schema.org/sponsor
sponsor
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function subOrganization($subOrganization) { return $this->setProperty('subOrganization', $subOrganization); }
A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $subOrganization @return static @see https://schema.org/subOrganization
subOrganization
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function subjectOf($subjectOf) { return $this->setProperty('subjectOf', $subjectOf); }
A CreativeWork or Event about this Thing. @param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|\Spatie\SchemaOrg\Contracts\EventContract|\Spatie\SchemaOrg\Contracts\EventContract[] $subjectOf @return static @see https://schema.org/subjectOf @link https://github.com/schemaorg/schemaorg/issues/1670
subjectOf
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function taxID($taxID) { return $this->setProperty('taxID', $taxID); }
The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. @param string|string[] $taxID @return static @see https://schema.org/taxID
taxID
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function tourBookingPage($tourBookingPage) { return $this->setProperty('tourBookingPage', $tourBookingPage); }
A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. @param string|string[] $tourBookingPage @return static @see https://schema.org/tourBookingPage @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/2373
tourBookingPage
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function unnamedSourcesPolicy($unnamedSourcesPolicy) { return $this->setProperty('unnamedSourcesPolicy', $unnamedSourcesPolicy); }
For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. @param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $unnamedSourcesPolicy @return static @see https://schema.org/unnamedSourcesPolicy @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1525
unnamedSourcesPolicy
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function vatID($vatID) { return $this->setProperty('vatID', $vatID); }
The Value-added Tax ID of the organization or person. @param string|string[] $vatID @return static @see https://schema.org/vatID
vatID
php
spatie/schema-org
src/EmergencyService.php
https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php
MIT
public function additionalProperty($additionalProperty) { return $this->setProperty('additionalProperty', $additionalProperty); }
A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org. Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. @param \Spatie\SchemaOrg\Contracts\PropertyValueContract|\Spatie\SchemaOrg\Contracts\PropertyValueContract[] $additionalProperty @return static @see https://schema.org/additionalProperty
additionalProperty
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function additionalType($additionalType) { return $this->setProperty('additionalType', $additionalType); }
An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org [style guide](https://schema.org/docs/styleguide.html). @param string|string[] $additionalType @return static @see https://schema.org/additionalType
additionalType
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function aggregateRating($aggregateRating) { return $this->setProperty('aggregateRating', $aggregateRating); }
The overall rating, based on a collection of reviews or ratings, of the item. @param \Spatie\SchemaOrg\Contracts\AggregateRatingContract|\Spatie\SchemaOrg\Contracts\AggregateRatingContract[] $aggregateRating @return static @see https://schema.org/aggregateRating
aggregateRating
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function amenityFeature($amenityFeature) { return $this->setProperty('amenityFeature', $amenityFeature); }
An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. @param \Spatie\SchemaOrg\Contracts\LocationFeatureSpecificationContract|\Spatie\SchemaOrg\Contracts\LocationFeatureSpecificationContract[] $amenityFeature @return static @see https://schema.org/amenityFeature
amenityFeature
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function branchCode($branchCode) { return $this->setProperty('branchCode', $branchCode); }
A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs. For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch. @param string|string[] $branchCode @return static @see https://schema.org/branchCode
branchCode
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function containedIn($containedIn) { return $this->setProperty('containedIn', $containedIn); }
The basic containment relation between a place and one that contains it. @param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $containedIn @return static @see https://schema.org/containedIn
containedIn
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function containedInPlace($containedInPlace) { return $this->setProperty('containedInPlace', $containedInPlace); }
The basic containment relation between a place and one that contains it. @param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $containedInPlace @return static @see https://schema.org/containedInPlace
containedInPlace
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function containsPlace($containsPlace) { return $this->setProperty('containsPlace', $containsPlace); }
The basic containment relation between a place and another that it contains. @param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $containsPlace @return static @see https://schema.org/containsPlace
containsPlace
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function disambiguatingDescription($disambiguatingDescription) { return $this->setProperty('disambiguatingDescription', $disambiguatingDescription); }
A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. @param string|string[] $disambiguatingDescription @return static @see https://schema.org/disambiguatingDescription
disambiguatingDescription
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function event($event) { return $this->setProperty('event', $event); }
Upcoming or past event associated with this place, organization, or action. @param \Spatie\SchemaOrg\Contracts\EventContract|\Spatie\SchemaOrg\Contracts\EventContract[] $event @return static @see https://schema.org/event
event
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function events($events) { return $this->setProperty('events', $events); }
Upcoming or past events associated with this place or organization. @param \Spatie\SchemaOrg\Contracts\EventContract|\Spatie\SchemaOrg\Contracts\EventContract[] $events @return static @see https://schema.org/events
events
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function geo($geo) { return $this->setProperty('geo', $geo); }
The geo coordinates of the place. @param \Spatie\SchemaOrg\Contracts\GeoCoordinatesContract|\Spatie\SchemaOrg\Contracts\GeoCoordinatesContract[]|\Spatie\SchemaOrg\Contracts\GeoShapeContract|\Spatie\SchemaOrg\Contracts\GeoShapeContract[] $geo @return static @see https://schema.org/geo
geo
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function geoContains($geoContains) { return $this->setProperty('geoContains', $geoContains); }
Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoContains @return static @see https://schema.org/geoContains
geoContains
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT
public function geoCoveredBy($geoCoveredBy) { return $this->setProperty('geoCoveredBy', $geoCoveredBy); }
Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). @param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoCoveredBy @return static @see https://schema.org/geoCoveredBy
geoCoveredBy
php
spatie/schema-org
src/LandmarksOrHistoricalBuildings.php
https://github.com/spatie/schema-org/blob/master/src/LandmarksOrHistoricalBuildings.php
MIT