code
stringlengths 17
247k
| 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 translationOfWork($translationOfWork)
{
return $this->setProperty('translationOfWork', $translationOfWork);
} | The work that this work has been translated from. E.g. 物种起源 is a
translationOf “On the Origin of Species”.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[] $translationOfWork
@return static
@see https://schema.org/translationOfWork
@see https://bib.schema.org | translationOfWork | php | spatie/schema-org | src/Quotation.php | https://github.com/spatie/schema-org/blob/master/src/Quotation.php | MIT |
public function translator($translator)
{
return $this->setProperty('translator', $translator);
} | Organization or person who adapts a creative work to different languages,
regional differences and technical requirements of a target market, or
that translates during some event.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $translator
@return static
@see https://schema.org/translator | translator | php | spatie/schema-org | src/Quotation.php | https://github.com/spatie/schema-org/blob/master/src/Quotation.php | MIT |
public function typicalAgeRange($typicalAgeRange)
{
return $this->setProperty('typicalAgeRange', $typicalAgeRange);
} | The typical expected age range, e.g. '7-9', '11-'.
@param string|string[] $typicalAgeRange
@return static
@see https://schema.org/typicalAgeRange | typicalAgeRange | php | spatie/schema-org | src/Quotation.php | https://github.com/spatie/schema-org/blob/master/src/Quotation.php | MIT |
public function usageInfo($usageInfo)
{
return $this->setProperty('usageInfo', $usageInfo);
} | The schema.org [[usageInfo]] property indicates further information about
a [[CreativeWork]]. This property is applicable both to works that are
freely available and to those that require payment or other transactions.
It can reference additional information, e.g. community expectations on
preferred linking and citation conventions, as well as purchasing
details. For something that can be commercially licensed, usageInfo can
provide detailed, resource-specific information about licensing options.
This property can be used alongside the license property which indicates
license(s) applicable to some piece of content. The usageInfo property
can provide information about other licensing options, e.g. acquiring
commercial usage rights for an image that is also available under
non-commercial creative commons licenses.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $usageInfo
@return static
@see https://schema.org/usageInfo
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2454 | usageInfo | php | spatie/schema-org | src/Quotation.php | https://github.com/spatie/schema-org/blob/master/src/Quotation.php | MIT |
public function version($version)
{
return $this->setProperty('version', $version);
} | The version of the CreativeWork embodied by a specified resource.
@param float|float[]|int|int[]|string|string[] $version
@return static
@see https://schema.org/version | version | php | spatie/schema-org | src/Quotation.php | https://github.com/spatie/schema-org/blob/master/src/Quotation.php | MIT |
public function workExample($workExample)
{
return $this->setProperty('workExample', $workExample);
} | Example/instance/realization/derivation of the concept of this creative
work. E.g. the paperback edition, first edition, or e-book.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[] $workExample
@return static
@see https://schema.org/workExample | workExample | php | spatie/schema-org | src/Quotation.php | https://github.com/spatie/schema-org/blob/master/src/Quotation.php | MIT |
public function workTranslation($workTranslation)
{
return $this->setProperty('workTranslation', $workTranslation);
} | A work that is a translation of the content of this work. E.g. 西遊記
has an English workTranslation “Journey to the West”, a German
workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation
Tây du ký bình khảo.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[] $workTranslation
@return static
@see https://schema.org/workTranslation
@see https://bib.schema.org | workTranslation | php | spatie/schema-org | src/Quotation.php | https://github.com/spatie/schema-org/blob/master/src/Quotation.php | MIT |
public function cvdCollectionDate($cvdCollectionDate)
{
return $this->setProperty('cvdCollectionDate', $cvdCollectionDate);
} | collectiondate - Date for which patient counts are reported.
@param \DateTimeInterface|\DateTimeInterface[]|string|string[] $cvdCollectionDate
@return static
@see https://schema.org/cvdCollectionDate
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdCollectionDate | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdFacilityCounty($cvdFacilityCounty)
{
return $this->setProperty('cvdFacilityCounty', $cvdFacilityCounty);
} | Name of the County of the NHSN facility that this data record applies to.
Use [[cvdFacilityId]] to identify the facility. To provide other details,
[[healthcareReportingData]] can be used on a [[Hospital]] entry.
@param string|string[] $cvdFacilityCounty
@return static
@see https://schema.org/cvdFacilityCounty
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdFacilityCounty | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdFacilityId($cvdFacilityId)
{
return $this->setProperty('cvdFacilityId', $cvdFacilityId);
} | Identifier of the NHSN facility that this data record applies to. Use
[[cvdFacilityCounty]] to indicate the county. To provide other details,
[[healthcareReportingData]] can be used on a [[Hospital]] entry.
@param string|string[] $cvdFacilityId
@return static
@see https://schema.org/cvdFacilityId
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdFacilityId | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumBeds($cvdNumBeds)
{
return $this->setProperty('cvdNumBeds', $cvdNumBeds);
} | numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed,
licensed, and overflow (surge) beds used for inpatients.
@param float|float[]|int|int[] $cvdNumBeds
@return static
@see https://schema.org/cvdNumBeds
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumBeds | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumBedsOcc($cvdNumBedsOcc)
{
return $this->setProperty('cvdNumBedsOcc', $cvdNumBedsOcc);
} | numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed
inpatient beds that are occupied.
@param float|float[]|int|int[] $cvdNumBedsOcc
@return static
@see https://schema.org/cvdNumBedsOcc
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumBedsOcc | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumC19Died($cvdNumC19Died)
{
return $this->setProperty('cvdNumC19Died', $cvdNumC19Died);
} | numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who
died in the hospital, ED, or any overflow location.
@param float|float[]|int|int[] $cvdNumC19Died
@return static
@see https://schema.org/cvdNumC19Died
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumC19Died | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumC19HOPats($cvdNumC19HOPats)
{
return $this->setProperty('cvdNumC19HOPats', $cvdNumC19HOPats);
} | numc19hopats - HOSPITAL ONSET: Patients hospitalized in an NHSN inpatient
care location with onset of suspected or confirmed COVID-19 14 or more
days after hospitalization.
@param float|float[]|int|int[] $cvdNumC19HOPats
@return static
@see https://schema.org/cvdNumC19HOPats
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumC19HOPats | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumC19HospPats($cvdNumC19HospPats)
{
return $this->setProperty('cvdNumC19HospPats', $cvdNumC19HospPats);
} | numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an
inpatient care location who have suspected or confirmed COVID-19.
@param float|float[]|int|int[] $cvdNumC19HospPats
@return static
@see https://schema.org/cvdNumC19HospPats
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumC19HospPats | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumC19MechVentPats($cvdNumC19MechVentPats)
{
return $this->setProperty('cvdNumC19MechVentPats', $cvdNumC19MechVentPats);
} | numc19mechventpats - HOSPITALIZED and VENTILATED: Patients hospitalized
in an NHSN inpatient care location who have suspected or confirmed
COVID-19 and are on a mechanical ventilator.
@param float|float[]|int|int[] $cvdNumC19MechVentPats
@return static
@see https://schema.org/cvdNumC19MechVentPats
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumC19MechVentPats | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumC19OFMechVentPats($cvdNumC19OFMechVentPats)
{
return $this->setProperty('cvdNumC19OFMechVentPats', $cvdNumC19OFMechVentPats);
} | numc19ofmechventpats - ED/OVERFLOW and VENTILATED: Patients with
suspected or confirmed COVID-19 who are in the ED or any overflow
location awaiting an inpatient bed and on a mechanical ventilator.
@param float|float[]|int|int[] $cvdNumC19OFMechVentPats
@return static
@see https://schema.org/cvdNumC19OFMechVentPats
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumC19OFMechVentPats | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumC19OverflowPats($cvdNumC19OverflowPats)
{
return $this->setProperty('cvdNumC19OverflowPats', $cvdNumC19OverflowPats);
} | numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed
COVID-19 who are in the ED or any overflow location awaiting an inpatient
bed.
@param float|float[]|int|int[] $cvdNumC19OverflowPats
@return static
@see https://schema.org/cvdNumC19OverflowPats
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumC19OverflowPats | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumICUBeds($cvdNumICUBeds)
{
return $this->setProperty('cvdNumICUBeds', $cvdNumICUBeds);
} | numicubeds - ICU BEDS: Total number of staffed inpatient intensive care
unit (ICU) beds.
@param float|float[]|int|int[] $cvdNumICUBeds
@return static
@see https://schema.org/cvdNumICUBeds
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumICUBeds | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumICUBedsOcc($cvdNumICUBedsOcc)
{
return $this->setProperty('cvdNumICUBedsOcc', $cvdNumICUBedsOcc);
} | numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU
beds that are occupied.
@param float|float[]|int|int[] $cvdNumICUBedsOcc
@return static
@see https://schema.org/cvdNumICUBedsOcc
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumICUBedsOcc | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumTotBeds($cvdNumTotBeds)
{
return $this->setProperty('cvdNumTotBeds', $cvdNumTotBeds);
} | numtotbeds - ALL HOSPITAL BEDS: Total number of all inpatient and
outpatient beds, including all staffed, ICU, licensed, and overflow
(surge) beds used for inpatients or outpatients.
@param float|float[]|int|int[] $cvdNumTotBeds
@return static
@see https://schema.org/cvdNumTotBeds
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumTotBeds | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumVent($cvdNumVent)
{
return $this->setProperty('cvdNumVent', $cvdNumVent);
} | numvent - MECHANICAL VENTILATORS: Total number of ventilators available.
@param float|float[]|int|int[] $cvdNumVent
@return static
@see https://schema.org/cvdNumVent
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumVent | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function cvdNumVentUse($cvdNumVentUse)
{
return $this->setProperty('cvdNumVentUse', $cvdNumVentUse);
} | numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators
in use.
@param float|float[]|int|int[] $cvdNumVentUse
@return static
@see https://schema.org/cvdNumVentUse
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2521 | cvdNumVentUse | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.php | MIT |
public function datePosted($datePosted)
{
return $this->setProperty('datePosted', $datePosted);
} | Publication date of an online listing.
@param \DateTimeInterface|\DateTimeInterface[] $datePosted
@return static
@see https://schema.org/datePosted | datePosted | php | spatie/schema-org | src/CDCPMDRecord.php | https://github.com/spatie/schema-org/blob/master/src/CDCPMDRecord.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.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/Embassy.php | https://github.com/spatie/schema-org/blob/master/src/Embassy.php | MIT |
public function broadcastChannelId($broadcastChannelId)
{
return $this->setProperty('broadcastChannelId', $broadcastChannelId);
} | The unique address by which the BroadcastService can be identified in a
provider lineup. In US, this is typically a number.
@param string|string[] $broadcastChannelId
@return static
@see https://schema.org/broadcastChannelId | broadcastChannelId | php | spatie/schema-org | src/FMRadioChannel.php | https://github.com/spatie/schema-org/blob/master/src/FMRadioChannel.php | MIT |
public function broadcastFrequency($broadcastFrequency)
{
return $this->setProperty('broadcastFrequency', $broadcastFrequency);
} | The frequency used for over-the-air broadcasts. Numeric values or simple
ranges, e.g. 87-99. In addition a shortcut idiom is supported for
frequencies of AM and FM radio channels, e.g. "87 FM".
@param \Spatie\SchemaOrg\Contracts\BroadcastFrequencySpecificationContract|\Spatie\SchemaOrg\Contracts\BroadcastFrequencySpecificationContract[]|string|string[] $broadcastFrequency
@return static
@see https://schema.org/broadcastFrequency
@link https://github.com/schemaorg/schemaorg/issues/1004 | broadcastFrequency | php | spatie/schema-org | src/FMRadioChannel.php | https://github.com/spatie/schema-org/blob/master/src/FMRadioChannel.php | MIT |
public function broadcastServiceTier($broadcastServiceTier)
{
return $this->setProperty('broadcastServiceTier', $broadcastServiceTier);
} | The type of service required to have access to the channel (e.g. Standard
or Premium).
@param string|string[] $broadcastServiceTier
@return static
@see https://schema.org/broadcastServiceTier | broadcastServiceTier | php | spatie/schema-org | src/FMRadioChannel.php | https://github.com/spatie/schema-org/blob/master/src/FMRadioChannel.php | MIT |
public function inBroadcastLineup($inBroadcastLineup)
{
return $this->setProperty('inBroadcastLineup', $inBroadcastLineup);
} | The CableOrSatelliteService offering the channel.
@param \Spatie\SchemaOrg\Contracts\CableOrSatelliteServiceContract|\Spatie\SchemaOrg\Contracts\CableOrSatelliteServiceContract[] $inBroadcastLineup
@return static
@see https://schema.org/inBroadcastLineup | inBroadcastLineup | php | spatie/schema-org | src/FMRadioChannel.php | https://github.com/spatie/schema-org/blob/master/src/FMRadioChannel.php | MIT |
public function providesBroadcastService($providesBroadcastService)
{
return $this->setProperty('providesBroadcastService', $providesBroadcastService);
} | The BroadcastService offered on this channel.
@param \Spatie\SchemaOrg\Contracts\BroadcastServiceContract|\Spatie\SchemaOrg\Contracts\BroadcastServiceContract[] $providesBroadcastService
@return static
@see https://schema.org/providesBroadcastService | providesBroadcastService | php | spatie/schema-org | src/FMRadioChannel.php | https://github.com/spatie/schema-org/blob/master/src/FMRadioChannel.php | MIT |
public function hasDigitalDocumentPermission($hasDigitalDocumentPermission)
{
return $this->setProperty('hasDigitalDocumentPermission', $hasDigitalDocumentPermission);
} | A permission related to the access to this document (e.g. permission to
read or write an electronic document). For a public document, specify a
grantee with an Audience with audienceType equal to "public".
@param \Spatie\SchemaOrg\Contracts\DigitalDocumentPermissionContract|\Spatie\SchemaOrg\Contracts\DigitalDocumentPermissionContract[] $hasDigitalDocumentPermission
@return static
@see https://schema.org/hasDigitalDocumentPermission | hasDigitalDocumentPermission | php | spatie/schema-org | src/NoteDigitalDocument.php | https://github.com/spatie/schema-org/blob/master/src/NoteDigitalDocument.php | MIT |
public function acceptedPaymentMethod($acceptedPaymentMethod)
{
return $this->setProperty('acceptedPaymentMethod', $acceptedPaymentMethod);
} | The payment method(s) that are accepted in general by an organization, or
for some specific demand or offer.
@param \Spatie\SchemaOrg\Contracts\LoanOrCreditContract|\Spatie\SchemaOrg\Contracts\LoanOrCreditContract[]|\Spatie\SchemaOrg\Contracts\PaymentMethodContract|\Spatie\SchemaOrg\Contracts\PaymentMethodContract[]|string|string[] $acceptedPaymentMethod
@return static
@see https://schema.org/acceptedPaymentMethod
@link https://github.com/schemaorg/schemaorg/issues/3537 | acceptedPaymentMethod | php | spatie/schema-org | src/EmergencyService.php | https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php | MIT |
public function actionableFeedbackPolicy($actionableFeedbackPolicy)
{
return $this->setProperty('actionableFeedbackPolicy', $actionableFeedbackPolicy);
} | For a [[NewsMediaOrganization]] or other news-related [[Organization]], a
statement about public engagement activities (for news media, the
newsroom’s), including involving the public - digitally or otherwise --
in coverage decisions, reporting and activities after publication.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $actionableFeedbackPolicy
@return static
@see https://schema.org/actionableFeedbackPolicy
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1525 | actionableFeedbackPolicy | php | spatie/schema-org | src/EmergencyService.php | https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php | MIT |
public function agentInteractionStatistic($agentInteractionStatistic)
{
return $this->setProperty('agentInteractionStatistic', $agentInteractionStatistic);
} | The number of completed interactions for this entity, in a particular
role (the 'agent'), in a particular action (indicated in the statistic),
and in a particular context (i.e. interactionService).
@param \Spatie\SchemaOrg\Contracts\InteractionCounterContract|\Spatie\SchemaOrg\Contracts\InteractionCounterContract[] $agentInteractionStatistic
@return static
@see https://schema.org/agentInteractionStatistic
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2858 | agentInteractionStatistic | php | spatie/schema-org | src/EmergencyService.php | https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php | MIT |
public function areaServed($areaServed)
{
return $this->setProperty('areaServed', $areaServed);
} | The geographic area where a service or offered item 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[]|string|string[] $areaServed
@return static
@see https://schema.org/areaServed | areaServed | php | spatie/schema-org | src/EmergencyService.php | https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php | MIT |
public function branchOf($branchOf)
{
return $this->setProperty('branchOf', $branchOf);
} | The larger organization that this local business is a branch of, if any.
Not to be confused with (anatomical) [[branch]].
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $branchOf
@return static
@see https://schema.org/branchOf | branchOf | php | spatie/schema-org | src/EmergencyService.php | https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php | MIT |
public function brand($brand)
{
return $this->setProperty('brand', $brand);
} | The brand(s) associated with a product or service, or the brand(s)
maintained by an organization or business person.
@param \Spatie\SchemaOrg\Contracts\BrandContract|\Spatie\SchemaOrg\Contracts\BrandContract[]|\Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $brand
@return static
@see https://schema.org/brand | brand | php | spatie/schema-org | src/EmergencyService.php | https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php | MIT |
public function contactPoint($contactPoint)
{
return $this->setProperty('contactPoint', $contactPoint);
} | A contact point for a person or organization.
@param \Spatie\SchemaOrg\Contracts\ContactPointContract|\Spatie\SchemaOrg\Contracts\ContactPointContract[] $contactPoint
@return static
@see https://schema.org/contactPoint | contactPoint | php | spatie/schema-org | src/EmergencyService.php | https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php | MIT |
public function contactPoints($contactPoints)
{
return $this->setProperty('contactPoints', $contactPoints);
} | A contact point for a person or organization.
@param \Spatie\SchemaOrg\Contracts\ContactPointContract|\Spatie\SchemaOrg\Contracts\ContactPointContract[] $contactPoints
@return static
@see https://schema.org/contactPoints | contactPoints | php | spatie/schema-org | src/EmergencyService.php | https://github.com/spatie/schema-org/blob/master/src/EmergencyService.php | MIT |
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 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 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 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 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 actor($actor)
{
return $this->setProperty('actor', $actor);
} | An actor (individual or a group), e.g. in TV, radio, movie, video games
etc., or in an event. Actors can be associated with individual items or
with a series, episode, clip.
@param \Spatie\SchemaOrg\Contracts\PerformingGroupContract|\Spatie\SchemaOrg\Contracts\PerformingGroupContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $actor
@return static
@see https://schema.org/actor | actor | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function actors($actors)
{
return $this->setProperty('actors', $actors);
} | An actor, e.g. in TV, radio, movie, video games etc. Actors can be
associated with individual items or with a series, episode, clip.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $actors
@return static
@see https://schema.org/actors | actors | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function director($director)
{
return $this->setProperty('director', $director);
} | A director of e.g. TV, radio, movie, video gaming etc. content, or of an
event. Directors can be associated with individual items or with a
series, episode, clip.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $director
@return static
@see https://schema.org/director | director | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function directors($directors)
{
return $this->setProperty('directors', $directors);
} | A director of e.g. TV, radio, movie, video games etc. content. Directors
can be associated with individual items or with a series, episode, clip.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $directors
@return static
@see https://schema.org/directors | directors | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function duration($duration)
{
return $this->setProperty('duration', $duration);
} | The duration of the item (movie, audio recording, event, etc.) in [ISO
8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).
@param \Spatie\SchemaOrg\Contracts\DurationContract|\Spatie\SchemaOrg\Contracts\DurationContract[] $duration
@return static
@see https://schema.org/duration | duration | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function episodeNumber($episodeNumber)
{
return $this->setProperty('episodeNumber', $episodeNumber);
} | Position of the episode within an ordered group of episodes.
@param int|int[]|string|string[] $episodeNumber
@return static
@see https://schema.org/episodeNumber | episodeNumber | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function musicBy($musicBy)
{
return $this->setProperty('musicBy', $musicBy);
} | The composer of the soundtrack.
@param \Spatie\SchemaOrg\Contracts\MusicGroupContract|\Spatie\SchemaOrg\Contracts\MusicGroupContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $musicBy
@return static
@see https://schema.org/musicBy | musicBy | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function partOfSeason($partOfSeason)
{
return $this->setProperty('partOfSeason', $partOfSeason);
} | The season to which this episode belongs.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkSeasonContract|\Spatie\SchemaOrg\Contracts\CreativeWorkSeasonContract[] $partOfSeason
@return static
@see https://schema.org/partOfSeason | partOfSeason | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function partOfSeries($partOfSeries)
{
return $this->setProperty('partOfSeries', $partOfSeries);
} | The series to which this episode or season belongs.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkSeriesContract|\Spatie\SchemaOrg\Contracts\CreativeWorkSeriesContract[] $partOfSeries
@return static
@see https://schema.org/partOfSeries | partOfSeries | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function productionCompany($productionCompany)
{
return $this->setProperty('productionCompany', $productionCompany);
} | The production company or studio responsible for the item, e.g. series,
video game, episode etc.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $productionCompany
@return static
@see https://schema.org/productionCompany | productionCompany | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function trailer($trailer)
{
return $this->setProperty('trailer', $trailer);
} | The trailer of a movie or TV/radio series, season, episode, etc.
@param \Spatie\SchemaOrg\Contracts\VideoObjectContract|\Spatie\SchemaOrg\Contracts\VideoObjectContract[] $trailer
@return static
@see https://schema.org/trailer | trailer | php | spatie/schema-org | src/RadioEpisode.php | https://github.com/spatie/schema-org/blob/master/src/RadioEpisode.php | MIT |
public function pageEnd($pageEnd)
{
return $this->setProperty('pageEnd', $pageEnd);
} | The page on which the work ends; for example "138" or "xvi".
@param int|int[]|string|string[] $pageEnd
@return static
@see https://schema.org/pageEnd | pageEnd | php | spatie/schema-org | src/Chapter.php | https://github.com/spatie/schema-org/blob/master/src/Chapter.php | MIT |
public function pageStart($pageStart)
{
return $this->setProperty('pageStart', $pageStart);
} | The page on which the work starts; for example "135" or "xiii".
@param int|int[]|string|string[] $pageStart
@return static
@see https://schema.org/pageStart | pageStart | php | spatie/schema-org | src/Chapter.php | https://github.com/spatie/schema-org/blob/master/src/Chapter.php | MIT |
public function pagination($pagination)
{
return $this->setProperty('pagination', $pagination);
} | Any description of pages that is not separated into pageStart and
pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49".
@param string|string[] $pagination
@return static
@see https://schema.org/pagination | pagination | php | spatie/schema-org | src/Chapter.php | https://github.com/spatie/schema-org/blob/master/src/Chapter.php | MIT |
public function associatedArticle($associatedArticle)
{
return $this->setProperty('associatedArticle', $associatedArticle);
} | A NewsArticle associated with the Media Object.
@param \Spatie\SchemaOrg\Contracts\NewsArticleContract|\Spatie\SchemaOrg\Contracts\NewsArticleContract[] $associatedArticle
@return static
@see https://schema.org/associatedArticle | associatedArticle | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function bitrate($bitrate)
{
return $this->setProperty('bitrate', $bitrate);
} | The bitrate of the media object.
@param string|string[] $bitrate
@return static
@see https://schema.org/bitrate | bitrate | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function contentSize($contentSize)
{
return $this->setProperty('contentSize', $contentSize);
} | File size in (mega/kilo)bytes.
@param string|string[] $contentSize
@return static
@see https://schema.org/contentSize | contentSize | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function contentUrl($contentUrl)
{
return $this->setProperty('contentUrl', $contentUrl);
} | Actual bytes of the media object, for example the image file or video
file.
@param string|string[] $contentUrl
@return static
@see https://schema.org/contentUrl | contentUrl | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function embedUrl($embedUrl)
{
return $this->setProperty('embedUrl', $embedUrl);
} | A URL pointing to a player for a specific video. In general, this is the
information in the ```src``` element of an ```embed``` tag and should not
be the same as the content of the ```loc``` tag.
@param string|string[] $embedUrl
@return static
@see https://schema.org/embedUrl | embedUrl | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.