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 provider($provider) { return $this->setProperty('provider', $provider); }
The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $provider @return static @see https://schema.org/provider @see https://pending.schema.org
provider
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function publication($publication) { return $this->setProperty('publication', $publication); }
A publication event associated with the item. @param \Spatie\SchemaOrg\Contracts\PublicationEventContract|\Spatie\SchemaOrg\Contracts\PublicationEventContract[] $publication @return static @see https://schema.org/publication
publication
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function publisher($publisher) { return $this->setProperty('publisher', $publisher); }
The publisher of the creative work. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $publisher @return static @see https://schema.org/publisher
publisher
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function publisherImprint($publisherImprint) { return $this->setProperty('publisherImprint', $publisherImprint); }
The publishing division which published the comic. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $publisherImprint @return static @see https://schema.org/publisherImprint @see https://bib.schema.org
publisherImprint
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function recordedAt($recordedAt) { return $this->setProperty('recordedAt', $recordedAt); }
The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. @param \Spatie\SchemaOrg\Contracts\EventContract|\Spatie\SchemaOrg\Contracts\EventContract[] $recordedAt @return static @see https://schema.org/recordedAt
recordedAt
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function relatedLink($relatedLink) { return $this->setProperty('relatedLink', $relatedLink); }
A link related to this web page, for example to other related web pages. @param string|string[] $relatedLink @return static @see https://schema.org/relatedLink
relatedLink
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function releasedEvent($releasedEvent) { return $this->setProperty('releasedEvent', $releasedEvent); }
The place and time the release was issued, expressed as a PublicationEvent. @param \Spatie\SchemaOrg\Contracts\PublicationEventContract|\Spatie\SchemaOrg\Contracts\PublicationEventContract[] $releasedEvent @return static @see https://schema.org/releasedEvent
releasedEvent
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function reviewedBy($reviewedBy) { return $this->setProperty('reviewedBy', $reviewedBy); }
People or organizations that have reviewed the content on this web page for accuracy and/or completeness. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $reviewedBy @return static @see https://schema.org/reviewedBy
reviewedBy
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function schemaVersion($schemaVersion) { return $this->setProperty('schemaVersion', $schemaVersion); }
Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. @param string|string[] $schemaVersion @return static @see https://schema.org/schemaVersion
schemaVersion
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function sdDatePublished($sdDatePublished) { return $this->setProperty('sdDatePublished', $sdDatePublished); }
Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]. @param \DateTimeInterface|\DateTimeInterface[] $sdDatePublished @return static @see https://schema.org/sdDatePublished @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1886
sdDatePublished
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function sdLicense($sdLicense) { return $this->setProperty('sdLicense', $sdLicense); }
A license document that applies to this structured data, typically indicated by URL. @param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $sdLicense @return static @see https://schema.org/sdLicense @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1886
sdLicense
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function sdPublisher($sdPublisher) { return $this->setProperty('sdPublisher', $sdPublisher); }
Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The [[sdPublisher]] property helps make such practices more explicit. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $sdPublisher @return static @see https://schema.org/sdPublisher @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1886
sdPublisher
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function significantLink($significantLink) { return $this->setProperty('significantLink', $significantLink); }
One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most. @param string|string[] $significantLink @return static @see https://schema.org/significantLink
significantLink
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function significantLinks($significantLinks) { return $this->setProperty('significantLinks', $significantLinks); }
The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most. @param string|string[] $significantLinks @return static @see https://schema.org/significantLinks
significantLinks
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function size($size) { return $this->setProperty('size', $size); }
A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. @param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|\Spatie\SchemaOrg\Contracts\QuantitativeValueContract|\Spatie\SchemaOrg\Contracts\QuantitativeValueContract[]|\Spatie\SchemaOrg\Contracts\SizeSpecificationContract|\Spatie\SchemaOrg\Contracts\SizeSpecificationContract[]|string|string[] $size @return static @see https://schema.org/size @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/1797
size
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function sourceOrganization($sourceOrganization) { return $this->setProperty('sourceOrganization', $sourceOrganization); }
The Organization on whose behalf the creator was working. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $sourceOrganization @return static @see https://schema.org/sourceOrganization
sourceOrganization
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function spatial($spatial) { return $this->setProperty('spatial', $spatial); }
The "spatial" property can be used in cases when more specific properties (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. @param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $spatial @return static @see https://schema.org/spatial
spatial
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function spatialCoverage($spatialCoverage) { return $this->setProperty('spatialCoverage', $spatialCoverage); }
The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. @param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $spatialCoverage @return static @see https://schema.org/spatialCoverage
spatialCoverage
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function speakable($speakable) { return $this->setProperty('speakable', $speakable); }
Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech. The *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values: 1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned. 2.) CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use the [[cssSelector]] property. 3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property. For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this we define a supporting type, [[SpeakableSpecification]] which is defined to be a possible value of the *speakable* property. @param \Spatie\SchemaOrg\Contracts\SpeakableSpecificationContract|\Spatie\SchemaOrg\Contracts\SpeakableSpecificationContract[]|string|string[] $speakable @return static @see https://schema.org/speakable @link https://github.com/schemaorg/schemaorg/issues/1389
speakable
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function teaches($teaches) { return $this->setProperty('teaches', $teaches); }
The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. @param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $teaches @return static @see https://schema.org/teaches @see https://pending.schema.org @link https://github.com/schemaorg/schemaorg/issues/2427
teaches
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function temporal($temporal) { return $this->setProperty('temporal', $temporal); }
The "temporal" property can be used in cases where more specific properties (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. @param \DateTimeInterface|\DateTimeInterface[]|string|string[] $temporal @return static @see https://schema.org/temporal
temporal
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function temporalCoverage($temporalCoverage) { return $this->setProperty('temporalCoverage', $temporalCoverage); }
The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945". Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. @param \DateTimeInterface|\DateTimeInterface[]|string|string[] $temporalCoverage @return static @see https://schema.org/temporalCoverage
temporalCoverage
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function text($text) { return $this->setProperty('text', $text); }
The textual content of this CreativeWork. @param string|string[] $text @return static @see https://schema.org/text
text
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function thumbnail($thumbnail) { return $this->setProperty('thumbnail', $thumbnail); }
Thumbnail image for an image or video. @param \Spatie\SchemaOrg\Contracts\ImageObjectContract|\Spatie\SchemaOrg\Contracts\ImageObjectContract[] $thumbnail @return static @see https://schema.org/thumbnail
thumbnail
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function thumbnailUrl($thumbnailUrl) { return $this->setProperty('thumbnailUrl', $thumbnailUrl); }
A thumbnail image relevant to the Thing. @param string|string[] $thumbnailUrl @return static @see https://schema.org/thumbnailUrl
thumbnailUrl
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
public function timeRequired($timeRequired) { return $this->setProperty('timeRequired', $timeRequired); }
Approximate or typical time it usually takes to work with or through the content of this work for the typical or target audience. @param \Spatie\SchemaOrg\Contracts\DurationContract|\Spatie\SchemaOrg\Contracts\DurationContract[] $timeRequired @return static @see https://schema.org/timeRequired
timeRequired
php
spatie/schema-org
src/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.php
MIT
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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/RealEstateListing.php
https://github.com/spatie/schema-org/blob/master/src/RealEstateListing.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.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/ParkingFacility.php
https://github.com/spatie/schema-org/blob/master/src/ParkingFacility.php
MIT
public function actionProcess($actionProcess) { return $this->setProperty('actionProcess', $actionProcess); }
Description of the process by which the action was performed. @param \Spatie\SchemaOrg\Contracts\HowToContract|\Spatie\SchemaOrg\Contracts\HowToContract[] $actionProcess @return static @see https://schema.org/actionProcess
actionProcess
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function actionStatus($actionStatus) { return $this->setProperty('actionStatus', $actionStatus); }
Indicates the current disposition of the Action. @param \Spatie\SchemaOrg\Contracts\ActionStatusTypeContract|\Spatie\SchemaOrg\Contracts\ActionStatusTypeContract[] $actionStatus @return static @see https://schema.org/actionStatus
actionStatus
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.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/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function agent($agent) { return $this->setProperty('agent', $agent); }
The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $agent @return static @see https://schema.org/agent
agent
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.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/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function endTime($endTime) { return $this->setProperty('endTime', $endTime); }
The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. @param \DateTimeInterface|\DateTimeInterface[] $endTime @return static @see https://schema.org/endTime @link https://github.com/schemaorg/schemaorg/issues/2493
endTime
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function error($error) { return $this->setProperty('error', $error); }
For failed actions, more information on the cause of the failure. @param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $error @return static @see https://schema.org/error
error
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.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/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.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/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function instrument($instrument) { return $this->setProperty('instrument', $instrument); }
The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. @param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $instrument @return static @see https://schema.org/instrument
instrument
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.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/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.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/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function object($object) { return $this->setProperty('object', $object); }
The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). E.g. John read *a book*. @param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $object @return static @see https://schema.org/object
object
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function participant($participant) { return $this->setProperty('participant', $participant); }
Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $participant @return static @see https://schema.org/participant
participant
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.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/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function priceCurrency($priceCurrency) { return $this->setProperty('priceCurrency', $priceCurrency); }
The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes. 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[] $priceCurrency @return static @see https://schema.org/priceCurrency
priceCurrency
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function priceSpecification($priceSpecification) { return $this->setProperty('priceSpecification', $priceSpecification); }
One or more detailed price specifications, indicating the unit price and delivery or payment charges. @param \Spatie\SchemaOrg\Contracts\PriceSpecificationContract|\Spatie\SchemaOrg\Contracts\PriceSpecificationContract[] $priceSpecification @return static @see https://schema.org/priceSpecification
priceSpecification
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function provider($provider) { return $this->setProperty('provider', $provider); }
The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. @param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $provider @return static @see https://schema.org/provider @see https://pending.schema.org
provider
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT
public function result($result) { return $this->setProperty('result', $result); }
The result produced in the action. E.g. John wrote *a book*. @param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $result @return static @see https://schema.org/result
result
php
spatie/schema-org
src/BuyAction.php
https://github.com/spatie/schema-org/blob/master/src/BuyAction.php
MIT