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 reviewCount($reviewCount)
{
return $this->setProperty('reviewCount', $reviewCount);
} | The count of total number of reviews.
@param int|int[] $reviewCount
@return static
@see https://schema.org/reviewCount | reviewCount | php | spatie/schema-org | src/EmployerAggregateRating.php | https://github.com/spatie/schema-org/blob/master/src/EmployerAggregateRating.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/EmployerAggregateRating.php | https://github.com/spatie/schema-org/blob/master/src/EmployerAggregateRating.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/EmployerAggregateRating.php | https://github.com/spatie/schema-org/blob/master/src/EmployerAggregateRating.php | MIT |
public function worstRating($worstRating)
{
return $this->setProperty('worstRating', $worstRating);
} | The lowest value allowed in this rating system.
@param float|float[]|int|int[]|string|string[] $worstRating
@return static
@see https://schema.org/worstRating | worstRating | php | spatie/schema-org | src/EmployerAggregateRating.php | https://github.com/spatie/schema-org/blob/master/src/EmployerAggregateRating.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/MedicalDevicePurpose.php | https://github.com/spatie/schema-org/blob/master/src/MedicalDevicePurpose.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/MedicalDevicePurpose.php | https://github.com/spatie/schema-org/blob/master/src/MedicalDevicePurpose.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/MedicalDevicePurpose.php | https://github.com/spatie/schema-org/blob/master/src/MedicalDevicePurpose.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/MedicalDevicePurpose.php | https://github.com/spatie/schema-org/blob/master/src/MedicalDevicePurpose.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/MedicalDevicePurpose.php | https://github.com/spatie/schema-org/blob/master/src/MedicalDevicePurpose.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/MedicalDevicePurpose.php | https://github.com/spatie/schema-org/blob/master/src/MedicalDevicePurpose.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/MedicalDevicePurpose.php | https://github.com/spatie/schema-org/blob/master/src/MedicalDevicePurpose.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/MedicalDevicePurpose.php | https://github.com/spatie/schema-org/blob/master/src/MedicalDevicePurpose.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/BodyMeasurementTypeEnumeration.php | https://github.com/spatie/schema-org/blob/master/src/BodyMeasurementTypeEnumeration.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/BodyMeasurementTypeEnumeration.php | https://github.com/spatie/schema-org/blob/master/src/BodyMeasurementTypeEnumeration.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/BodyMeasurementTypeEnumeration.php | https://github.com/spatie/schema-org/blob/master/src/BodyMeasurementTypeEnumeration.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/BodyMeasurementTypeEnumeration.php | https://github.com/spatie/schema-org/blob/master/src/BodyMeasurementTypeEnumeration.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/BodyMeasurementTypeEnumeration.php | https://github.com/spatie/schema-org/blob/master/src/BodyMeasurementTypeEnumeration.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/BodyMeasurementTypeEnumeration.php | https://github.com/spatie/schema-org/blob/master/src/BodyMeasurementTypeEnumeration.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/BodyMeasurementTypeEnumeration.php | https://github.com/spatie/schema-org/blob/master/src/BodyMeasurementTypeEnumeration.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/BodyMeasurementTypeEnumeration.php | https://github.com/spatie/schema-org/blob/master/src/BodyMeasurementTypeEnumeration.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/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.php | MIT |
public function characterName($characterName)
{
return $this->setProperty('characterName', $characterName);
} | The name of a character played in some acting or performing role, i.e. in
a PerformanceRole.
@param string|string[] $characterName
@return static
@see https://schema.org/characterName | characterName | php | spatie/schema-org | src/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.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/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.php | MIT |
public function endDate($endDate)
{
return $this->setProperty('endDate', $endDate);
} | The end date and time of the item (in [ISO 8601 date
format](http://en.wikipedia.org/wiki/ISO_8601)).
@param \DateTimeInterface|\DateTimeInterface[] $endDate
@return static
@see https://schema.org/endDate
@link https://github.com/schemaorg/schemaorg/issues/2486 | endDate | php | spatie/schema-org | src/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.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/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.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/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.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/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.php | MIT |
public function namedPosition($namedPosition)
{
return $this->setProperty('namedPosition', $namedPosition);
} | A position played, performed or filled by a person or organization, as
part of an organization. For example, an athlete in a SportsTeam might
play in the position named 'Quarterback'.
@param string|string[] $namedPosition
@return static
@see https://schema.org/namedPosition | namedPosition | php | spatie/schema-org | src/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.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/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.php | MIT |
public function roleName($roleName)
{
return $this->setProperty('roleName', $roleName);
} | A role played, performed or filled by a person or organization. For
example, the team of creators for a comic book might fill the roles named
'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might
play in the position named 'Quarterback'.
@param string|string[] $roleName
@return static
@see https://schema.org/roleName | roleName | php | spatie/schema-org | src/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.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/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.php | MIT |
public function startDate($startDate)
{
return $this->setProperty('startDate', $startDate);
} | The start date and time of the item (in [ISO 8601 date
format](http://en.wikipedia.org/wiki/ISO_8601)).
@param \DateTimeInterface|\DateTimeInterface[] $startDate
@return static
@see https://schema.org/startDate
@link https://github.com/schemaorg/schemaorg/issues/2486 | startDate | php | spatie/schema-org | src/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.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/PerformanceRole.php | https://github.com/spatie/schema-org/blob/master/src/PerformanceRole.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/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.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/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.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/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.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/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.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/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.php | MIT |
public function postalCodeBegin($postalCodeBegin)
{
return $this->setProperty('postalCodeBegin', $postalCodeBegin);
} | First postal code in a range (included).
@param string|string[] $postalCodeBegin
@return static
@see https://schema.org/postalCodeBegin
@link https://github.com/schemaorg/schemaorg/issues/2506 | postalCodeBegin | php | spatie/schema-org | src/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.php | MIT |
public function postalCodeEnd($postalCodeEnd)
{
return $this->setProperty('postalCodeEnd', $postalCodeEnd);
} | Last postal code in the range (included). Needs to be after
[[postalCodeBegin]].
@param string|string[] $postalCodeEnd
@return static
@see https://schema.org/postalCodeEnd
@link https://github.com/schemaorg/schemaorg/issues/2506 | postalCodeEnd | php | spatie/schema-org | src/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.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/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.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/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.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/PostalCodeRangeSpecification.php | https://github.com/spatie/schema-org/blob/master/src/PostalCodeRangeSpecification.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/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function code($code)
{
return $this->setProperty('code', $code);
} | A medical code for the entity, taken from a controlled vocabulary or
ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.
@param \Spatie\SchemaOrg\Contracts\MedicalCodeContract|\Spatie\SchemaOrg\Contracts\MedicalCodeContract[] $code
@return static
@see https://schema.org/code
@see https://health-lifesci.schema.org | code | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.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/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function funding($funding)
{
return $this->setProperty('funding', $funding);
} | A [[Grant]] that directly or indirectly provide funding or sponsorship
for this item. See also [[ownershipFundingInfo]].
@param \Spatie\SchemaOrg\Contracts\GrantContract|\Spatie\SchemaOrg\Contracts\GrantContract[] $funding
@return static
@see https://schema.org/funding
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/383 | funding | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function guideline($guideline)
{
return $this->setProperty('guideline', $guideline);
} | A medical guideline related to this entity.
@param \Spatie\SchemaOrg\Contracts\MedicalGuidelineContract|\Spatie\SchemaOrg\Contracts\MedicalGuidelineContract[] $guideline
@return static
@see https://schema.org/guideline
@see https://health-lifesci.schema.org | guideline | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.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/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.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/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function increasesRiskOf($increasesRiskOf)
{
return $this->setProperty('increasesRiskOf', $increasesRiskOf);
} | The condition, complication, etc. influenced by this factor.
@param \Spatie\SchemaOrg\Contracts\MedicalEntityContract|\Spatie\SchemaOrg\Contracts\MedicalEntityContract[] $increasesRiskOf
@return static
@see https://schema.org/increasesRiskOf
@see https://health-lifesci.schema.org | increasesRiskOf | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function legalStatus($legalStatus)
{
return $this->setProperty('legalStatus', $legalStatus);
} | The drug or supplement's legal status, including any controlled substance
schedules that apply.
@param \Spatie\SchemaOrg\Contracts\DrugLegalStatusContract|\Spatie\SchemaOrg\Contracts\DrugLegalStatusContract[]|\Spatie\SchemaOrg\Contracts\MedicalEnumerationContract|\Spatie\SchemaOrg\Contracts\MedicalEnumerationContract[]|string|string[] $legalStatus
@return static
@see https://schema.org/legalStatus
@see https://health-lifesci.schema.org | legalStatus | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.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/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function medicineSystem($medicineSystem)
{
return $this->setProperty('medicineSystem', $medicineSystem);
} | The system of medicine that includes this MedicalEntity, for example
'evidence-based', 'homeopathic', 'chiropractic', etc.
@param \Spatie\SchemaOrg\Contracts\MedicineSystemContract|\Spatie\SchemaOrg\Contracts\MedicineSystemContract[] $medicineSystem
@return static
@see https://schema.org/medicineSystem
@see https://health-lifesci.schema.org | medicineSystem | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.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/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function recognizingAuthority($recognizingAuthority)
{
return $this->setProperty('recognizingAuthority', $recognizingAuthority);
} | If applicable, the organization that officially recognizes this entity as
part of its endorsed system of medicine.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $recognizingAuthority
@return static
@see https://schema.org/recognizingAuthority
@see https://health-lifesci.schema.org | recognizingAuthority | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function relevantSpecialty($relevantSpecialty)
{
return $this->setProperty('relevantSpecialty', $relevantSpecialty);
} | If applicable, a medical specialty in which this entity is relevant.
@param \Spatie\SchemaOrg\Contracts\MedicalSpecialtyContract|\Spatie\SchemaOrg\Contracts\MedicalSpecialtyContract[] $relevantSpecialty
@return static
@see https://schema.org/relevantSpecialty
@see https://health-lifesci.schema.org | relevantSpecialty | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.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/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.php | MIT |
public function study($study)
{
return $this->setProperty('study', $study);
} | A medical study or trial related to this entity.
@param \Spatie\SchemaOrg\Contracts\MedicalStudyContract|\Spatie\SchemaOrg\Contracts\MedicalStudyContract[] $study
@return static
@see https://schema.org/study
@see https://health-lifesci.schema.org | study | php | spatie/schema-org | src/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.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/MedicalRiskFactor.php | https://github.com/spatie/schema-org/blob/master/src/MedicalRiskFactor.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/EventStatusType.php | https://github.com/spatie/schema-org/blob/master/src/EventStatusType.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/EventStatusType.php | https://github.com/spatie/schema-org/blob/master/src/EventStatusType.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/EventStatusType.php | https://github.com/spatie/schema-org/blob/master/src/EventStatusType.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/EventStatusType.php | https://github.com/spatie/schema-org/blob/master/src/EventStatusType.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/EventStatusType.php | https://github.com/spatie/schema-org/blob/master/src/EventStatusType.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/EventStatusType.php | https://github.com/spatie/schema-org/blob/master/src/EventStatusType.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/EventStatusType.php | https://github.com/spatie/schema-org/blob/master/src/EventStatusType.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/EventStatusType.php | https://github.com/spatie/schema-org/blob/master/src/EventStatusType.php | MIT |
public function about($about)
{
return $this->setProperty('about', $about);
} | The subject matter of the content.
@param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $about
@return static
@see https://schema.org/about
@link https://github.com/schemaorg/schemaorg/issues/1670 | about | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function abstract($abstract)
{
return $this->setProperty('abstract', $abstract);
} | An abstract is a short description that summarizes a [[CreativeWork]].
@param string|string[] $abstract
@return static
@see https://schema.org/abstract
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/276 | abstract | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function accessMode($accessMode)
{
return $this->setProperty('accessMode', $accessMode);
} | The human sensory perceptual system or cognitive faculty through which a
person may process or perceive information. Values should be drawn from
the [approved
vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).
@param string|string[] $accessMode
@return static
@see https://schema.org/accessMode
@link https://github.com/schemaorg/schemaorg/issues/1100 | accessMode | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function accessModeSufficient($accessModeSufficient)
{
return $this->setProperty('accessModeSufficient', $accessModeSufficient);
} | A list of single or combined accessModes that are sufficient to
understand all the intellectual content of a resource. Values should be
drawn from the [approved
vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).
@param \Spatie\SchemaOrg\Contracts\ItemListContract|\Spatie\SchemaOrg\Contracts\ItemListContract[] $accessModeSufficient
@return static
@see https://schema.org/accessModeSufficient
@link https://github.com/schemaorg/schemaorg/issues/1100 | accessModeSufficient | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function accessibilityAPI($accessibilityAPI)
{
return $this->setProperty('accessibilityAPI', $accessibilityAPI);
} | Indicates that the resource is compatible with the referenced
accessibility API. Values should be drawn from the [approved
vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).
@param string|string[] $accessibilityAPI
@return static
@see https://schema.org/accessibilityAPI | accessibilityAPI | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function accessibilityControl($accessibilityControl)
{
return $this->setProperty('accessibilityControl', $accessibilityControl);
} | Identifies input methods that are sufficient to fully control the
described resource. Values should be drawn from the [approved
vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).
@param string|string[] $accessibilityControl
@return static
@see https://schema.org/accessibilityControl | accessibilityControl | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function accessibilityFeature($accessibilityFeature)
{
return $this->setProperty('accessibilityFeature', $accessibilityFeature);
} | Content features of the resource, such as accessible media, alternatives
and supported enhancements for accessibility. Values should be drawn from
the [approved
vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).
@param string|string[] $accessibilityFeature
@return static
@see https://schema.org/accessibilityFeature | accessibilityFeature | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function accessibilityHazard($accessibilityHazard)
{
return $this->setProperty('accessibilityHazard', $accessibilityHazard);
} | A characteristic of the described resource that is physiologically
dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should
be drawn from the [approved
vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).
@param string|string[] $accessibilityHazard
@return static
@see https://schema.org/accessibilityHazard | accessibilityHazard | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function accessibilitySummary($accessibilitySummary)
{
return $this->setProperty('accessibilitySummary', $accessibilitySummary);
} | A human-readable summary of specific accessibility features or
deficiencies, consistent with the other accessibility metadata but
expressing subtleties such as "short descriptions are present but long
descriptions will be needed for non-visual users" or "short descriptions
are present and no long descriptions are needed".
@param string|string[] $accessibilitySummary
@return static
@see https://schema.org/accessibilitySummary
@link https://github.com/schemaorg/schemaorg/issues/1100 | accessibilitySummary | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function accountablePerson($accountablePerson)
{
return $this->setProperty('accountablePerson', $accountablePerson);
} | Specifies the Person that is legally accountable for the CreativeWork.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $accountablePerson
@return static
@see https://schema.org/accountablePerson | accountablePerson | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function acquireLicensePage($acquireLicensePage)
{
return $this->setProperty('acquireLicensePage', $acquireLicensePage);
} | Indicates a page documenting how licenses can be purchased or otherwise
acquired, for the current item.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $acquireLicensePage
@return static
@see https://schema.org/acquireLicensePage
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2454 | acquireLicensePage | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.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/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.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/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function alternativeHeadline($alternativeHeadline)
{
return $this->setProperty('alternativeHeadline', $alternativeHeadline);
} | A secondary title of the CreativeWork.
@param string|string[] $alternativeHeadline
@return static
@see https://schema.org/alternativeHeadline | alternativeHeadline | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function archivedAt($archivedAt)
{
return $this->setProperty('archivedAt', $archivedAt);
} | Indicates a page or other link involved in archival of a
[[CreativeWork]]. In the case of [[MediaReview]], the items in a
[[MediaReviewItem]] may often become inaccessible, but be archived by
archival, journalistic, activist, or law enforcement organizations. In
such cases, the referenced page may not directly publish the content.
@param \Spatie\SchemaOrg\Contracts\WebPageContract|\Spatie\SchemaOrg\Contracts\WebPageContract[]|string|string[] $archivedAt
@return static
@see https://schema.org/archivedAt
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2450 | archivedAt | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function assesses($assesses)
{
return $this->setProperty('assesses', $assesses);
} | The item being described is intended to assess the competency or learning
outcome defined by the referenced term.
@param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $assesses
@return static
@see https://schema.org/assesses
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2427 | assesses | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function associatedMedia($associatedMedia)
{
return $this->setProperty('associatedMedia', $associatedMedia);
} | A media object that encodes this CreativeWork. This property is a synonym
for encoding.
@param \Spatie\SchemaOrg\Contracts\MediaObjectContract|\Spatie\SchemaOrg\Contracts\MediaObjectContract[] $associatedMedia
@return static
@see https://schema.org/associatedMedia | associatedMedia | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function audience($audience)
{
return $this->setProperty('audience', $audience);
} | An intended audience, i.e. a group for whom something was created.
@param \Spatie\SchemaOrg\Contracts\AudienceContract|\Spatie\SchemaOrg\Contracts\AudienceContract[] $audience
@return static
@see https://schema.org/audience | audience | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function author($author)
{
return $this->setProperty('author', $author);
} | The author of this content or rating. Please note that author is special
in that HTML 5 provides a special mechanism for indicating authorship via
the rel tag. That is equivalent to this and may be used interchangeably.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $author
@return static
@see https://schema.org/author | author | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function award($award)
{
return $this->setProperty('award', $award);
} | An award won by or for this item.
@param string|string[] $award
@return static
@see https://schema.org/award | award | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function awards($awards)
{
return $this->setProperty('awards', $awards);
} | Awards won by or for this item.
@param string|string[] $awards
@return static
@see https://schema.org/awards | awards | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function breadcrumb($breadcrumb)
{
return $this->setProperty('breadcrumb', $breadcrumb);
} | A set of links that can help a user understand and navigate a website
hierarchy.
@param \Spatie\SchemaOrg\Contracts\BreadcrumbListContract|\Spatie\SchemaOrg\Contracts\BreadcrumbListContract[]|string|string[] $breadcrumb
@return static
@see https://schema.org/breadcrumb | breadcrumb | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function character($character)
{
return $this->setProperty('character', $character);
} | Fictional person connected with a creative work.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $character
@return static
@see https://schema.org/character | character | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function citation($citation)
{
return $this->setProperty('citation', $citation);
} | A citation or reference to another creative work, such as another
publication, web page, scholarly article, etc.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $citation
@return static
@see https://schema.org/citation | citation | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function comment($comment)
{
return $this->setProperty('comment', $comment);
} | Comments, typically from users.
@param \Spatie\SchemaOrg\Contracts\CommentContract|\Spatie\SchemaOrg\Contracts\CommentContract[] $comment
@return static
@see https://schema.org/comment | comment | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function commentCount($commentCount)
{
return $this->setProperty('commentCount', $commentCount);
} | The number of comments this CreativeWork (e.g. Article, Question or
Answer) has received. This is most applicable to works published in Web
sites with commenting system; additional comments may exist elsewhere.
@param int|int[] $commentCount
@return static
@see https://schema.org/commentCount | commentCount | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function conditionsOfAccess($conditionsOfAccess)
{
return $this->setProperty('conditionsOfAccess', $conditionsOfAccess);
} | Conditions that affect the availability of, or method(s) of access to, an
item. Typically used for real world items such as an [[ArchiveComponent]]
held by an [[ArchiveOrganization]]. This property is not suitable for use
as a general Web access control mechanism. It is expressed only in
natural language.
For example "Available by appointment from the Reading Room" or
"Accessible only from logged-in accounts ".
@param string|string[] $conditionsOfAccess
@return static
@see https://schema.org/conditionsOfAccess
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2173 | conditionsOfAccess | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function contentLocation($contentLocation)
{
return $this->setProperty('contentLocation', $contentLocation);
} | The location depicted or described in the content. For example, the
location in a photograph or painting.
@param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $contentLocation
@return static
@see https://schema.org/contentLocation | contentLocation | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function contentRating($contentRating)
{
return $this->setProperty('contentRating', $contentRating);
} | Official rating of a piece of content—for example, 'MPAA PG-13'.
@param \Spatie\SchemaOrg\Contracts\RatingContract|\Spatie\SchemaOrg\Contracts\RatingContract[]|string|string[] $contentRating
@return static
@see https://schema.org/contentRating | contentRating | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function contentReferenceTime($contentReferenceTime)
{
return $this->setProperty('contentReferenceTime', $contentReferenceTime);
} | The specific time described by a creative work, for works (e.g. articles,
video objects etc.) that emphasise a particular moment within an Event.
@param \DateTimeInterface|\DateTimeInterface[] $contentReferenceTime
@return static
@see https://schema.org/contentReferenceTime
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1050 | contentReferenceTime | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function contributor($contributor)
{
return $this->setProperty('contributor', $contributor);
} | A secondary contributor to the CreativeWork or Event.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $contributor
@return static
@see https://schema.org/contributor | contributor | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.php | MIT |
public function copyrightHolder($copyrightHolder)
{
return $this->setProperty('copyrightHolder', $copyrightHolder);
} | The party holding the legal copyright to the CreativeWork.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $copyrightHolder
@return static
@see https://schema.org/copyrightHolder | copyrightHolder | php | spatie/schema-org | src/ItemPage.php | https://github.com/spatie/schema-org/blob/master/src/ItemPage.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.