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 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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function associatedArticle($associatedArticle)
{
return $this->setProperty('associatedArticle', $associatedArticle);
} | A NewsArticle associated with the Media Object.
@param \Spatie\SchemaOrg\Contracts\NewsArticleContract|\Spatie\SchemaOrg\Contracts\NewsArticleContract[] $associatedArticle
@return static
@see https://schema.org/associatedArticle | associatedArticle | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function 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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function bitrate($bitrate)
{
return $this->setProperty('bitrate', $bitrate);
} | The bitrate of the media object.
@param string|string[] $bitrate
@return static
@see https://schema.org/bitrate | bitrate | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function 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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function contentSize($contentSize)
{
return $this->setProperty('contentSize', $contentSize);
} | File size in (mega/kilo)bytes.
@param string|string[] $contentSize
@return static
@see https://schema.org/contentSize | contentSize | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function contentUrl($contentUrl)
{
return $this->setProperty('contentUrl', $contentUrl);
} | Actual bytes of the media object, for example the image file or video
file.
@param string|string[] $contentUrl
@return static
@see https://schema.org/contentUrl | contentUrl | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function 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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function copyrightNotice($copyrightNotice)
{
return $this->setProperty('copyrightNotice', $copyrightNotice);
} | Text of a notice appropriate for describing the copyright aspects of this
Creative Work, ideally indicating the owner of the copyright for the
Work.
@param string|string[] $copyrightNotice
@return static
@see https://schema.org/copyrightNotice
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2659 | copyrightNotice | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function copyrightYear($copyrightYear)
{
return $this->setProperty('copyrightYear', $copyrightYear);
} | The year during which the claimed copyright for the CreativeWork was
first asserted.
@param float|float[]|int|int[] $copyrightYear
@return static
@see https://schema.org/copyrightYear | copyrightYear | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function correction($correction)
{
return $this->setProperty('correction', $correction);
} | Indicates a correction to a [[CreativeWork]], either via a
[[CorrectionComment]], textually or in another document.
@param \Spatie\SchemaOrg\Contracts\CorrectionCommentContract|\Spatie\SchemaOrg\Contracts\CorrectionCommentContract[]|string|string[] $correction
@return static
@see https://schema.org/correction
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1950 | correction | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function countryOfOrigin($countryOfOrigin)
{
return $this->setProperty('countryOfOrigin', $countryOfOrigin);
} | The country of origin of something, including products as well as
creative works such as movie and TV content.
In the case of TV and movie, this would be the country of the principle
offices of the production company or individual responsible for the
movie. For other kinds of [[CreativeWork]] it is difficult to provide
fully general guidance, and properties such as [[contentLocation]] and
[[locationCreated]] may be more applicable.
In the case of products, the country of origin of the product. The exact
interpretation of this may vary by context and product type, and cannot
be fully enumerated here.
@param \Spatie\SchemaOrg\Contracts\CountryContract|\Spatie\SchemaOrg\Contracts\CountryContract[] $countryOfOrigin
@return static
@see https://schema.org/countryOfOrigin | countryOfOrigin | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function creativeWorkStatus($creativeWorkStatus)
{
return $this->setProperty('creativeWorkStatus', $creativeWorkStatus);
} | The status of a creative work in terms of its stage in a lifecycle.
Example terms include Incomplete, Draft, Published, Obsolete. Some
organizations define a set of terms for the stages of their publication
lifecycle.
@param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $creativeWorkStatus
@return static
@see https://schema.org/creativeWorkStatus
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/987 | creativeWorkStatus | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function creator($creator)
{
return $this->setProperty('creator', $creator);
} | The creator/author of this CreativeWork. This is the same as the Author
property for CreativeWork.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $creator
@return static
@see https://schema.org/creator | creator | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function creditText($creditText)
{
return $this->setProperty('creditText', $creditText);
} | Text that can be used to credit person(s) and/or organization(s)
associated with a published Creative Work.
@param string|string[] $creditText
@return static
@see https://schema.org/creditText
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2659 | creditText | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function dateCreated($dateCreated)
{
return $this->setProperty('dateCreated', $dateCreated);
} | The date on which the CreativeWork was created or the item was added to a
DataFeed.
@param \DateTimeInterface|\DateTimeInterface[] $dateCreated
@return static
@see https://schema.org/dateCreated | dateCreated | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function dateModified($dateModified)
{
return $this->setProperty('dateModified', $dateModified);
} | The date on which the CreativeWork was most recently modified or when the
item's entry was modified within a DataFeed.
@param \DateTimeInterface|\DateTimeInterface[] $dateModified
@return static
@see https://schema.org/dateModified | dateModified | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function datePublished($datePublished)
{
return $this->setProperty('datePublished', $datePublished);
} | Date of first publication or broadcast. For example the date a
[[CreativeWork]] was broadcast or a [[Certification]] was issued.
@param \DateTimeInterface|\DateTimeInterface[] $datePublished
@return static
@see https://schema.org/datePublished | datePublished | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function digitalSourceType($digitalSourceType)
{
return $this->setProperty('digitalSourceType', $digitalSourceType);
} | Indicates an IPTCDigitalSourceEnumeration code indicating the nature of
the digital source(s) for some [[CreativeWork]].
@param \Spatie\SchemaOrg\Contracts\IPTCDigitalSourceEnumerationContract|\Spatie\SchemaOrg\Contracts\IPTCDigitalSourceEnumerationContract[] $digitalSourceType
@return static
@see https://schema.org/digitalSourceType
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/3392 | digitalSourceType | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function discussionUrl($discussionUrl)
{
return $this->setProperty('discussionUrl', $discussionUrl);
} | A link to the page containing the comments of the CreativeWork.
@param string|string[] $discussionUrl
@return static
@see https://schema.org/discussionUrl | discussionUrl | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function duration($duration)
{
return $this->setProperty('duration', $duration);
} | The duration of the item (movie, audio recording, event, etc.) in [ISO
8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).
@param \Spatie\SchemaOrg\Contracts\DurationContract|\Spatie\SchemaOrg\Contracts\DurationContract[] $duration
@return static
@see https://schema.org/duration | duration | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function editEIDR($editEIDR)
{
return $this->setProperty('editEIDR', $editEIDR);
} | An [EIDR](https://eidr.org/) (Entertainment Identifier Registry)
[[identifier]] representing a specific edit / edition for a work of film
or television.
For example, the motion picture known as "Ghostbusters" whose
[[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits,
e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and
"10.5240/8A35-3BEE-6497-5D12-9E4F-3".
Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for
both works and their multiple expressions, it is possible to use
[[titleEIDR]] alone (for a general description), or alongside
[[editEIDR]] for a more edit-specific description.
@param string|string[] $editEIDR
@return static
@see https://schema.org/editEIDR
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2469 | editEIDR | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function editor($editor)
{
return $this->setProperty('editor', $editor);
} | Specifies the Person who edited the CreativeWork.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $editor
@return static
@see https://schema.org/editor | editor | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function educationalAlignment($educationalAlignment)
{
return $this->setProperty('educationalAlignment', $educationalAlignment);
} | An alignment to an established educational framework.
This property should not be used where the nature of the alignment can be
described using a simple property, for example to express that a resource
[[teaches]] or [[assesses]] a competency.
@param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
@return static
@see https://schema.org/educationalAlignment | educationalAlignment | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function educationalLevel($educationalLevel)
{
return $this->setProperty('educationalLevel', $educationalLevel);
} | The level in terms of progression through an educational or training
context. Examples of educational levels include 'beginner',
'intermediate' or 'advanced', and formal sets of level indicators.
@param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $educationalLevel
@return static
@see https://schema.org/educationalLevel
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1779 | educationalLevel | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function educationalUse($educationalUse)
{
return $this->setProperty('educationalUse', $educationalUse);
} | The purpose of a work in the context of education; for example,
'assignment', 'group work'.
@param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $educationalUse
@return static
@see https://schema.org/educationalUse | educationalUse | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function embedUrl($embedUrl)
{
return $this->setProperty('embedUrl', $embedUrl);
} | A URL pointing to a player for a specific video. In general, this is the
information in the ```src``` element of an ```embed``` tag and should not
be the same as the content of the ```loc``` tag.
@param string|string[] $embedUrl
@return static
@see https://schema.org/embedUrl | embedUrl | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function encodesCreativeWork($encodesCreativeWork)
{
return $this->setProperty('encodesCreativeWork', $encodesCreativeWork);
} | The CreativeWork encoded by this media object.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[] $encodesCreativeWork
@return static
@see https://schema.org/encodesCreativeWork | encodesCreativeWork | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function encoding($encoding)
{
return $this->setProperty('encoding', $encoding);
} | A media object that encodes this CreativeWork. This property is a synonym
for associatedMedia.
@param \Spatie\SchemaOrg\Contracts\MediaObjectContract|\Spatie\SchemaOrg\Contracts\MediaObjectContract[] $encoding
@return static
@see https://schema.org/encoding | encoding | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function encodingFormat($encodingFormat)
{
return $this->setProperty('encodingFormat', $encodingFormat);
} | Media type typically expressed using a MIME format (see [IANA
site](http://www.iana.org/assignments/media-types/media-types.xhtml) and
[MDN
reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)),
e.g. application/zip for a SoftwareApplication binary, audio/mpeg for
.mp3 etc.
In cases where a [[CreativeWork]] has several media type representations,
[[encoding]] can be used to indicate each [[MediaObject]] alongside
particular [[encodingFormat]] information.
Unregistered or niche encoding and file formats can be indicated instead
via the most appropriate URL, e.g. defining Web page or a
Wikipedia/Wikidata entry.
@param string|string[] $encodingFormat
@return static
@see https://schema.org/encodingFormat | encodingFormat | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function encodings($encodings)
{
return $this->setProperty('encodings', $encodings);
} | A media object that encodes this CreativeWork.
@param \Spatie\SchemaOrg\Contracts\MediaObjectContract|\Spatie\SchemaOrg\Contracts\MediaObjectContract[] $encodings
@return static
@see https://schema.org/encodings | encodings | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function exampleOfWork($exampleOfWork)
{
return $this->setProperty('exampleOfWork', $exampleOfWork);
} | A creative work that this work is an
example/instance/realization/derivation of.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[] $exampleOfWork
@return static
@see https://schema.org/exampleOfWork | exampleOfWork | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function expires($expires)
{
return $this->setProperty('expires', $expires);
} | Date the content expires and is no longer useful or available. For
example a [[VideoObject]] or [[NewsArticle]] whose availability or
relevance is time-limited, a [[ClaimReview]] fact check whose publisher
wants to indicate that it may no longer be relevant (or helpful to
highlight) after some date, or a [[Certification]] the validity has
expired.
@param \DateTimeInterface|\DateTimeInterface[] $expires
@return static
@see https://schema.org/expires | expires | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function fileFormat($fileFormat)
{
return $this->setProperty('fileFormat', $fileFormat);
} | Media type, typically MIME format (see [IANA
site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of
the content, e.g. application/zip of a SoftwareApplication binary. In
cases where a CreativeWork has several media type representations,
'encoding' can be used to indicate each MediaObject alongside particular
fileFormat information. Unregistered or niche file formats can be
indicated instead via the most appropriate URL, e.g. defining Web page or
a Wikipedia entry.
@param string|string[] $fileFormat
@return static
@see https://schema.org/fileFormat | fileFormat | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function funder($funder)
{
return $this->setProperty('funder', $funder);
} | A person or organization that supports (sponsors) something through some
kind of financial contribution.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $funder
@return static
@see https://schema.org/funder | funder | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function genre($genre)
{
return $this->setProperty('genre', $genre);
} | Genre of the creative work, broadcast channel or group.
@param string|string[] $genre
@return static
@see https://schema.org/genre | genre | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function hasPart($hasPart)
{
return $this->setProperty('hasPart', $hasPart);
} | Indicates an item or CreativeWork that is part of this item, or
CreativeWork (in some sense).
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[] $hasPart
@return static
@see https://schema.org/hasPart | hasPart | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function inLanguage($inLanguage)
{
return $this->setProperty('inLanguage', $inLanguage);
} | The language of the content or performance or used in an action. Please
use one of the language codes from the [IETF BCP 47
standard](http://tools.ietf.org/html/bcp47). See also
[[availableLanguage]].
@param \Spatie\SchemaOrg\Contracts\LanguageContract|\Spatie\SchemaOrg\Contracts\LanguageContract[]|string|string[] $inLanguage
@return static
@see https://schema.org/inLanguage
@link https://github.com/schemaorg/schemaorg/issues/2382 | inLanguage | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function ineligibleRegion($ineligibleRegion)
{
return $this->setProperty('ineligibleRegion', $ineligibleRegion);
} | The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the
GeoShape for the geo-political region(s) for which the offer or delivery
charge specification is not valid, e.g. a region where the transaction is
not allowed.
See also [[eligibleRegion]].
@param \Spatie\SchemaOrg\Contracts\GeoShapeContract|\Spatie\SchemaOrg\Contracts\GeoShapeContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[]|string|string[] $ineligibleRegion
@return static
@see https://schema.org/ineligibleRegion
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2242 | ineligibleRegion | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function interactionStatistic($interactionStatistic)
{
return $this->setProperty('interactionStatistic', $interactionStatistic);
} | The number of interactions for the CreativeWork using the WebSite or
SoftwareApplication. The most specific child type of InteractionCounter
should be used.
@param \Spatie\SchemaOrg\Contracts\InteractionCounterContract|\Spatie\SchemaOrg\Contracts\InteractionCounterContract[] $interactionStatistic
@return static
@see https://schema.org/interactionStatistic
@link https://github.com/schemaorg/schemaorg/issues/2421 | interactionStatistic | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function interactivityType($interactivityType)
{
return $this->setProperty('interactivityType', $interactivityType);
} | The predominant mode of learning supported by the learning resource.
Acceptable values are 'active', 'expositive', or 'mixed'.
@param string|string[] $interactivityType
@return static
@see https://schema.org/interactivityType | interactivityType | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function interpretedAsClaim($interpretedAsClaim)
{
return $this->setProperty('interpretedAsClaim', $interpretedAsClaim);
} | Used to indicate a specific claim contained, implied, translated or
refined from the content of a [[MediaObject]] or other [[CreativeWork]].
The interpreting party can be indicated using [[claimInterpreter]].
@param \Spatie\SchemaOrg\Contracts\ClaimContract|\Spatie\SchemaOrg\Contracts\ClaimContract[] $interpretedAsClaim
@return static
@see https://schema.org/interpretedAsClaim
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2450 | interpretedAsClaim | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function isBasedOn($isBasedOn)
{
return $this->setProperty('isBasedOn', $isBasedOn);
} | A resource from which this work is derived or from which it is a
modification or adaptation.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|\Spatie\SchemaOrg\Contracts\ProductContract|\Spatie\SchemaOrg\Contracts\ProductContract[]|string|string[] $isBasedOn
@return static
@see https://schema.org/isBasedOn | isBasedOn | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function isBasedOnUrl($isBasedOnUrl)
{
return $this->setProperty('isBasedOnUrl', $isBasedOnUrl);
} | A resource that was used in the creation of this resource. This term can
be repeated for multiple sources. For example,
http://example.com/great-multiplication-intro.html.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|\Spatie\SchemaOrg\Contracts\ProductContract|\Spatie\SchemaOrg\Contracts\ProductContract[]|string|string[] $isBasedOnUrl
@return static
@see https://schema.org/isBasedOnUrl | isBasedOnUrl | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function isFamilyFriendly($isFamilyFriendly)
{
return $this->setProperty('isFamilyFriendly', $isFamilyFriendly);
} | Indicates whether this content is family friendly.
@param bool|bool[] $isFamilyFriendly
@return static
@see https://schema.org/isFamilyFriendly | isFamilyFriendly | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function isPartOf($isPartOf)
{
return $this->setProperty('isPartOf', $isPartOf);
} | Indicates an item or CreativeWork that this item, or CreativeWork (in
some sense), is part of.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $isPartOf
@return static
@see https://schema.org/isPartOf | isPartOf | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function learningResourceType($learningResourceType)
{
return $this->setProperty('learningResourceType', $learningResourceType);
} | The predominant type or kind characterizing the learning resource. For
example, 'presentation', 'handout'.
@param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $learningResourceType
@return static
@see https://schema.org/learningResourceType | learningResourceType | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function license($license)
{
return $this->setProperty('license', $license);
} | A license document that applies to this content, typically indicated by
URL.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $license
@return static
@see https://schema.org/license | license | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function locationCreated($locationCreated)
{
return $this->setProperty('locationCreated', $locationCreated);
} | The location where the CreativeWork was created, which may not be the
same as the location depicted in the CreativeWork.
@param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $locationCreated
@return static
@see https://schema.org/locationCreated | locationCreated | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function mainEntity($mainEntity)
{
return $this->setProperty('mainEntity', $mainEntity);
} | Indicates the primary entity described in some page or other
CreativeWork.
@param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $mainEntity
@return static
@see https://schema.org/mainEntity | mainEntity | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function maintainer($maintainer)
{
return $this->setProperty('maintainer', $maintainer);
} | A maintainer of a [[Dataset]], software package
([[SoftwareApplication]]), or other [[Project]]. A maintainer is a
[[Person]] or [[Organization]] that manages contributions to, and/or
publication of, some (typically complex) artifact. It is common for
distributions of software and data to be based on "upstream" sources.
When [[maintainer]] is applied to a specific version of something e.g. a
particular version or packaging of a [[Dataset]], it is always possible
that the upstream source has a different maintainer. The [[isBasedOn]]
property can be used to indicate such relationships between datasets to
make the different maintenance roles clear. Similarly in the case of
software, a package may have dedicated maintainers working on integration
into software distributions such as Ubuntu, as well as upstream
maintainers of the underlying work.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $maintainer
@return static
@see https://schema.org/maintainer
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2311 | maintainer | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function material($material)
{
return $this->setProperty('material', $material);
} | A material that something is made from, e.g. leather, wool, cotton,
paper.
@param \Spatie\SchemaOrg\Contracts\ProductContract|\Spatie\SchemaOrg\Contracts\ProductContract[]|string|string[] $material
@return static
@see https://schema.org/material | material | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function materialExtent($materialExtent)
{
return $this->setProperty('materialExtent', $materialExtent);
} | The quantity of the materials being described or an expression of the
physical space they occupy.
@param \Spatie\SchemaOrg\Contracts\QuantitativeValueContract|\Spatie\SchemaOrg\Contracts\QuantitativeValueContract[]|string|string[] $materialExtent
@return static
@see https://schema.org/materialExtent
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1759 | materialExtent | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function mentions($mentions)
{
return $this->setProperty('mentions', $mentions);
} | Indicates that the CreativeWork contains a reference to, but is not
necessarily about a concept.
@param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $mentions
@return static
@see https://schema.org/mentions | mentions | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function offers($offers)
{
return $this->setProperty('offers', $offers);
} | An offer to provide this item—for example, an offer to sell a
product, rent the DVD of a movie, perform a service, or give away tickets
to an event. Use [[businessFunction]] to indicate the kind of transaction
offered, i.e. sell, lease, etc. This property can also be used to
describe a [[Demand]]. While this property is listed as expected on a
number of common types, it can be used in others. In that case, using a
second type, such as Product or a subtype of Product, can clarify the
nature of the offer.
@param \Spatie\SchemaOrg\Contracts\DemandContract|\Spatie\SchemaOrg\Contracts\DemandContract[]|\Spatie\SchemaOrg\Contracts\OfferContract|\Spatie\SchemaOrg\Contracts\OfferContract[] $offers
@return static
@see https://schema.org/offers
@link https://github.com/schemaorg/schemaorg/issues/2289 | offers | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function pattern($pattern)
{
return $this->setProperty('pattern', $pattern);
} | A pattern that something has, for example 'polka dot', 'striped',
'Canadian flag'. Values are typically expressed as text, although links
to controlled value schemes are also supported.
@param \Spatie\SchemaOrg\Contracts\DefinedTermContract|\Spatie\SchemaOrg\Contracts\DefinedTermContract[]|string|string[] $pattern
@return static
@see https://schema.org/pattern
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1797 | pattern | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function playerType($playerType)
{
return $this->setProperty('playerType', $playerType);
} | Player type required—for example, Flash or Silverlight.
@param string|string[] $playerType
@return static
@see https://schema.org/playerType | playerType | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function position($position)
{
return $this->setProperty('position', $position);
} | The position of an item in a series or sequence of items.
@param int|int[]|string|string[] $position
@return static
@see https://schema.org/position | position | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function producer($producer)
{
return $this->setProperty('producer', $producer);
} | The person or organization who produced the work (e.g. music album,
movie, TV/radio series etc.).
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $producer
@return static
@see https://schema.org/producer | producer | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function productionCompany($productionCompany)
{
return $this->setProperty('productionCompany', $productionCompany);
} | The production company or studio responsible for the item, e.g. series,
video game, episode etc.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $productionCompany
@return static
@see https://schema.org/productionCompany | productionCompany | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function regionsAllowed($regionsAllowed)
{
return $this->setProperty('regionsAllowed', $regionsAllowed);
} | The regions where the media is allowed. If not specified, then it's
assumed to be allowed everywhere. Specify the countries in [ISO 3166
format](http://en.wikipedia.org/wiki/ISO_3166).
@param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $regionsAllowed
@return static
@see https://schema.org/regionsAllowed | regionsAllowed | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function requiresSubscription($requiresSubscription)
{
return $this->setProperty('requiresSubscription', $requiresSubscription);
} | Indicates if use of the media require a subscription (either paid or
free). Allowed values are ```true``` or ```false``` (note that an earlier
version had 'yes', 'no').
@param \Spatie\SchemaOrg\Contracts\MediaSubscriptionContract|\Spatie\SchemaOrg\Contracts\MediaSubscriptionContract[]|bool|bool[] $requiresSubscription
@return static
@see https://schema.org/requiresSubscription
@link https://github.com/schemaorg/schemaorg/issues/1741 | requiresSubscription | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.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/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
public function sha256($sha256)
{
return $this->setProperty('sha256', $sha256);
} | The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the
content of the item. For example, a zero-length input has value
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'.
@param string|string[] $sha256
@return static
@see https://schema.org/sha256
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2450 | sha256 | php | spatie/schema-org | src/MusicVideoObject.php | https://github.com/spatie/schema-org/blob/master/src/MusicVideoObject.php | MIT |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.