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 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/BuyAction.php | https://github.com/spatie/schema-org/blob/master/src/BuyAction.php | MIT |
public function seller($seller)
{
return $this->setProperty('seller', $seller);
} | An entity which offers (sells / leases / lends / loans) the services /
goods. A seller may also be a provider.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $seller
@return static
@see https://schema.org/seller | seller | php | spatie/schema-org | src/BuyAction.php | https://github.com/spatie/schema-org/blob/master/src/BuyAction.php | MIT |
public function startTime($startTime)
{
return $this->setProperty('startTime', $startTime);
} | The startTime of something. For a reserved event or service (e.g.
FoodEstablishmentReservation), the time that it is expected to start. 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 start 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[] $startTime
@return static
@see https://schema.org/startTime
@link https://github.com/schemaorg/schemaorg/issues/2493 | startTime | php | spatie/schema-org | src/BuyAction.php | https://github.com/spatie/schema-org/blob/master/src/BuyAction.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/BuyAction.php | https://github.com/spatie/schema-org/blob/master/src/BuyAction.php | MIT |
public function target($target)
{
return $this->setProperty('target', $target);
} | Indicates a target EntryPoint, or url, for an Action.
@param \Spatie\SchemaOrg\Contracts\EntryPointContract|\Spatie\SchemaOrg\Contracts\EntryPointContract[]|string|string[] $target
@return static
@see https://schema.org/target | target | php | spatie/schema-org | src/BuyAction.php | https://github.com/spatie/schema-org/blob/master/src/BuyAction.php | MIT |
public function vendor($vendor)
{
return $this->setProperty('vendor', $vendor);
} | 'vendor' is an earlier term for 'seller'.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $vendor
@return static
@see https://schema.org/vendor | vendor | php | spatie/schema-org | src/BuyAction.php | https://github.com/spatie/schema-org/blob/master/src/BuyAction.php | MIT |
public function warrantyPromise($warrantyPromise)
{
return $this->setProperty('warrantyPromise', $warrantyPromise);
} | The warranty promise(s) included in the offer.
@param \Spatie\SchemaOrg\Contracts\WarrantyPromiseContract|\Spatie\SchemaOrg\Contracts\WarrantyPromiseContract[] $warrantyPromise
@return static
@see https://schema.org/warrantyPromise | warrantyPromise | php | spatie/schema-org | src/BuyAction.php | https://github.com/spatie/schema-org/blob/master/src/BuyAction.php | MIT |
public function additionalType($additionalType)
{
return $this->setProperty('additionalType', $additionalType);
} | An additional type for the item, typically used for adding more specific
types from external vocabularies in microdata syntax. This is a
relationship between something and a class that the thing is in.
Typically the value is a URI-identified RDF class, and in this case
corresponds to the
use of rdf:type in RDF. Text values can be used sparingly, for cases
where useful information can be added without their being an appropriate
schema to reference. In the case of text values, the class label should
follow the schema.org [style
guide](https://schema.org/docs/styleguide.html).
@param string|string[] $additionalType
@return static
@see https://schema.org/additionalType | additionalType | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function area($area)
{
return $this->setProperty('area', $area);
} | The area within which users can expect to reach the broadcast service.
@param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $area
@return static
@see https://schema.org/area | area | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function areaServed($areaServed)
{
return $this->setProperty('areaServed', $areaServed);
} | The geographic area where a service or offered item is provided.
@param \Spatie\SchemaOrg\Contracts\AdministrativeAreaContract|\Spatie\SchemaOrg\Contracts\AdministrativeAreaContract[]|\Spatie\SchemaOrg\Contracts\GeoShapeContract|\Spatie\SchemaOrg\Contracts\GeoShapeContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[]|string|string[] $areaServed
@return static
@see https://schema.org/areaServed | areaServed | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function availableChannel($availableChannel)
{
return $this->setProperty('availableChannel', $availableChannel);
} | A means of accessing the service (e.g. a phone bank, a web site, a
location, etc.).
@param \Spatie\SchemaOrg\Contracts\ServiceChannelContract|\Spatie\SchemaOrg\Contracts\ServiceChannelContract[] $availableChannel
@return static
@see https://schema.org/availableChannel | availableChannel | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function brand($brand)
{
return $this->setProperty('brand', $brand);
} | The brand(s) associated with a product or service, or the brand(s)
maintained by an organization or business person.
@param \Spatie\SchemaOrg\Contracts\BrandContract|\Spatie\SchemaOrg\Contracts\BrandContract[]|\Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $brand
@return static
@see https://schema.org/brand | brand | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function broadcastAffiliateOf($broadcastAffiliateOf)
{
return $this->setProperty('broadcastAffiliateOf', $broadcastAffiliateOf);
} | The media network(s) whose content is broadcast on this station.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $broadcastAffiliateOf
@return static
@see https://schema.org/broadcastAffiliateOf | broadcastAffiliateOf | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function broadcastDisplayName($broadcastDisplayName)
{
return $this->setProperty('broadcastDisplayName', $broadcastDisplayName);
} | The name displayed in the channel guide. For many US affiliates, it is
the network name.
@param string|string[] $broadcastDisplayName
@return static
@see https://schema.org/broadcastDisplayName | broadcastDisplayName | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function broadcastFrequency($broadcastFrequency)
{
return $this->setProperty('broadcastFrequency', $broadcastFrequency);
} | The frequency used for over-the-air broadcasts. Numeric values or simple
ranges, e.g. 87-99. In addition a shortcut idiom is supported for
frequencies of AM and FM radio channels, e.g. "87 FM".
@param \Spatie\SchemaOrg\Contracts\BroadcastFrequencySpecificationContract|\Spatie\SchemaOrg\Contracts\BroadcastFrequencySpecificationContract[]|string|string[] $broadcastFrequency
@return static
@see https://schema.org/broadcastFrequency
@link https://github.com/schemaorg/schemaorg/issues/1004 | broadcastFrequency | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function broadcastTimezone($broadcastTimezone)
{
return $this->setProperty('broadcastTimezone', $broadcastTimezone);
} | The timezone in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)
for which the service bases its broadcasts.
@param string|string[] $broadcastTimezone
@return static
@see https://schema.org/broadcastTimezone | broadcastTimezone | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function broadcaster($broadcaster)
{
return $this->setProperty('broadcaster', $broadcaster);
} | The organization owning or operating the broadcast service.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $broadcaster
@return static
@see https://schema.org/broadcaster | broadcaster | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function broker($broker)
{
return $this->setProperty('broker', $broker);
} | An entity that arranges for an exchange between a buyer and a seller. In
most cases a broker never acquires or releases ownership of a product or
service involved in an exchange. If it is not clear whether an entity is
a broker, seller, or buyer, the latter two terms are preferred.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $broker
@return static
@see https://schema.org/broker | broker | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function callSign($callSign)
{
return $this->setProperty('callSign', $callSign);
} | A [callsign](https://en.wikipedia.org/wiki/Call_sign), as used in
broadcasting and radio communications to identify people, radio and TV
stations, or vehicles.
@param string|string[] $callSign
@return static
@see https://schema.org/callSign
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2109 | callSign | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function category($category)
{
return $this->setProperty('category', $category);
} | A category for the item. Greater signs or slashes can be used to
informally indicate a category hierarchy.
@param \Spatie\SchemaOrg\Contracts\CategoryCodeContract|\Spatie\SchemaOrg\Contracts\CategoryCodeContract[]|\Spatie\SchemaOrg\Contracts\PhysicalActivityCategoryContract|\Spatie\SchemaOrg\Contracts\PhysicalActivityCategoryContract[]|\Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[]|string|string[] $category
@return static
@see https://schema.org/category | category | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function hasBroadcastChannel($hasBroadcastChannel)
{
return $this->setProperty('hasBroadcastChannel', $hasBroadcastChannel);
} | A broadcast channel of a broadcast service.
@param \Spatie\SchemaOrg\Contracts\BroadcastChannelContract|\Spatie\SchemaOrg\Contracts\BroadcastChannelContract[] $hasBroadcastChannel
@return static
@see https://schema.org/hasBroadcastChannel
@link https://github.com/schemaorg/schemaorg/issues/1004 | hasBroadcastChannel | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function hasCertification($hasCertification)
{
return $this->setProperty('hasCertification', $hasCertification);
} | Certification information about a product, organization, service, place,
or person.
@param \Spatie\SchemaOrg\Contracts\CertificationContract|\Spatie\SchemaOrg\Contracts\CertificationContract[] $hasCertification
@return static
@see https://schema.org/hasCertification
@link https://github.com/schemaorg/schemaorg/issues/3230 | hasCertification | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function hasOfferCatalog($hasOfferCatalog)
{
return $this->setProperty('hasOfferCatalog', $hasOfferCatalog);
} | Indicates an OfferCatalog listing for this Organization, Person, or
Service.
@param \Spatie\SchemaOrg\Contracts\OfferCatalogContract|\Spatie\SchemaOrg\Contracts\OfferCatalogContract[] $hasOfferCatalog
@return static
@see https://schema.org/hasOfferCatalog | hasOfferCatalog | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function hoursAvailable($hoursAvailable)
{
return $this->setProperty('hoursAvailable', $hoursAvailable);
} | The hours during which this service or contact is available.
@param \Spatie\SchemaOrg\Contracts\OpeningHoursSpecificationContract|\Spatie\SchemaOrg\Contracts\OpeningHoursSpecificationContract[] $hoursAvailable
@return static
@see https://schema.org/hoursAvailable | hoursAvailable | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function isRelatedTo($isRelatedTo)
{
return $this->setProperty('isRelatedTo', $isRelatedTo);
} | A pointer to another, somehow related product (or multiple products).
@param \Spatie\SchemaOrg\Contracts\ProductContract|\Spatie\SchemaOrg\Contracts\ProductContract[]|\Spatie\SchemaOrg\Contracts\ServiceContract|\Spatie\SchemaOrg\Contracts\ServiceContract[] $isRelatedTo
@return static
@see https://schema.org/isRelatedTo | isRelatedTo | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function isSimilarTo($isSimilarTo)
{
return $this->setProperty('isSimilarTo', $isSimilarTo);
} | A pointer to another, functionally similar product (or multiple
products).
@param \Spatie\SchemaOrg\Contracts\ProductContract|\Spatie\SchemaOrg\Contracts\ProductContract[]|\Spatie\SchemaOrg\Contracts\ServiceContract|\Spatie\SchemaOrg\Contracts\ServiceContract[] $isSimilarTo
@return static
@see https://schema.org/isSimilarTo | isSimilarTo | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function parentService($parentService)
{
return $this->setProperty('parentService', $parentService);
} | A broadcast service to which the broadcast service may belong to such as
regional variations of a national channel.
@param \Spatie\SchemaOrg\Contracts\BroadcastServiceContract|\Spatie\SchemaOrg\Contracts\BroadcastServiceContract[] $parentService
@return static
@see https://schema.org/parentService | parentService | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function produces($produces)
{
return $this->setProperty('produces', $produces);
} | The tangible thing generated by the service, e.g. a passport, permit,
etc.
@param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $produces
@return static
@see https://schema.org/produces | produces | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function providerMobility($providerMobility)
{
return $this->setProperty('providerMobility', $providerMobility);
} | Indicates the mobility of a provided service (e.g. 'static', 'dynamic').
@param string|string[] $providerMobility
@return static
@see https://schema.org/providerMobility | providerMobility | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function serviceArea($serviceArea)
{
return $this->setProperty('serviceArea', $serviceArea);
} | The geographic area where the service is provided.
@param \Spatie\SchemaOrg\Contracts\AdministrativeAreaContract|\Spatie\SchemaOrg\Contracts\AdministrativeAreaContract[]|\Spatie\SchemaOrg\Contracts\GeoShapeContract|\Spatie\SchemaOrg\Contracts\GeoShapeContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $serviceArea
@return static
@see https://schema.org/serviceArea | serviceArea | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function serviceAudience($serviceAudience)
{
return $this->setProperty('serviceAudience', $serviceAudience);
} | The audience eligible for this service.
@param \Spatie\SchemaOrg\Contracts\AudienceContract|\Spatie\SchemaOrg\Contracts\AudienceContract[] $serviceAudience
@return static
@see https://schema.org/serviceAudience | serviceAudience | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function serviceOutput($serviceOutput)
{
return $this->setProperty('serviceOutput', $serviceOutput);
} | The tangible thing generated by the service, e.g. a passport, permit,
etc.
@param \Spatie\SchemaOrg\Contracts\ThingContract|\Spatie\SchemaOrg\Contracts\ThingContract[] $serviceOutput
@return static
@see https://schema.org/serviceOutput | serviceOutput | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function serviceType($serviceType)
{
return $this->setProperty('serviceType', $serviceType);
} | The type of service being offered, e.g. veterans' benefits, emergency
relief, etc.
@param \Spatie\SchemaOrg\Contracts\GovernmentBenefitsTypeContract|\Spatie\SchemaOrg\Contracts\GovernmentBenefitsTypeContract[]|string|string[] $serviceType
@return static
@see https://schema.org/serviceType | serviceType | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function slogan($slogan)
{
return $this->setProperty('slogan', $slogan);
} | A slogan or motto associated with the item.
@param string|string[] $slogan
@return static
@see https://schema.org/slogan | slogan | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.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/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function termsOfService($termsOfService)
{
return $this->setProperty('termsOfService', $termsOfService);
} | Human-readable terms of service documentation.
@param string|string[] $termsOfService
@return static
@see https://schema.org/termsOfService
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1423 | termsOfService | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function videoFormat($videoFormat)
{
return $this->setProperty('videoFormat', $videoFormat);
} | The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD,
etc.).
@param string|string[] $videoFormat
@return static
@see https://schema.org/videoFormat | videoFormat | php | spatie/schema-org | src/BroadcastService.php | https://github.com/spatie/schema-org/blob/master/src/BroadcastService.php | MIT |
public function acceptedPaymentMethod($acceptedPaymentMethod)
{
return $this->setProperty('acceptedPaymentMethod', $acceptedPaymentMethod);
} | The payment method(s) that are accepted in general by an organization, or
for some specific demand or offer.
@param \Spatie\SchemaOrg\Contracts\LoanOrCreditContract|\Spatie\SchemaOrg\Contracts\LoanOrCreditContract[]|\Spatie\SchemaOrg\Contracts\PaymentMethodContract|\Spatie\SchemaOrg\Contracts\PaymentMethodContract[]|string|string[] $acceptedPaymentMethod
@return static
@see https://schema.org/acceptedPaymentMethod
@link https://github.com/schemaorg/schemaorg/issues/3537 | acceptedPaymentMethod | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function actionableFeedbackPolicy($actionableFeedbackPolicy)
{
return $this->setProperty('actionableFeedbackPolicy', $actionableFeedbackPolicy);
} | For a [[NewsMediaOrganization]] or other news-related [[Organization]], a
statement about public engagement activities (for news media, the
newsroom’s), including involving the public - digitally or otherwise --
in coverage decisions, reporting and activities after publication.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $actionableFeedbackPolicy
@return static
@see https://schema.org/actionableFeedbackPolicy
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1525 | actionableFeedbackPolicy | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function additionalProperty($additionalProperty)
{
return $this->setProperty('additionalProperty', $additionalProperty);
} | A property-value pair representing an additional characteristic of the
entity, e.g. a product feature or another characteristic for which there
is no matching property in schema.org.
Note: Publishers should be aware that applications designed to use
specific schema.org properties (e.g. https://schema.org/width,
https://schema.org/color, https://schema.org/gtin13, ...) will typically
expect such data to be provided using those properties, rather than using
the generic property/value mechanism.
@param \Spatie\SchemaOrg\Contracts\PropertyValueContract|\Spatie\SchemaOrg\Contracts\PropertyValueContract[] $additionalProperty
@return static
@see https://schema.org/additionalProperty | additionalProperty | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.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/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function agentInteractionStatistic($agentInteractionStatistic)
{
return $this->setProperty('agentInteractionStatistic', $agentInteractionStatistic);
} | The number of completed interactions for this entity, in a particular
role (the 'agent'), in a particular action (indicated in the statistic),
and in a particular context (i.e. interactionService).
@param \Spatie\SchemaOrg\Contracts\InteractionCounterContract|\Spatie\SchemaOrg\Contracts\InteractionCounterContract[] $agentInteractionStatistic
@return static
@see https://schema.org/agentInteractionStatistic
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2858 | agentInteractionStatistic | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.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/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function amenityFeature($amenityFeature)
{
return $this->setProperty('amenityFeature', $amenityFeature);
} | An amenity feature (e.g. a characteristic or service) of the
Accommodation. This generic property does not make a statement about
whether the feature is included in an offer for the main accommodation or
available at extra costs.
@param \Spatie\SchemaOrg\Contracts\LocationFeatureSpecificationContract|\Spatie\SchemaOrg\Contracts\LocationFeatureSpecificationContract[] $amenityFeature
@return static
@see https://schema.org/amenityFeature | amenityFeature | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function areaServed($areaServed)
{
return $this->setProperty('areaServed', $areaServed);
} | The geographic area where a service or offered item is provided.
@param \Spatie\SchemaOrg\Contracts\AdministrativeAreaContract|\Spatie\SchemaOrg\Contracts\AdministrativeAreaContract[]|\Spatie\SchemaOrg\Contracts\GeoShapeContract|\Spatie\SchemaOrg\Contracts\GeoShapeContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[]|string|string[] $areaServed
@return static
@see https://schema.org/areaServed | areaServed | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.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/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.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/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function branchCode($branchCode)
{
return $this->setProperty('branchCode', $branchCode);
} | A short textual code (also called "store code") that uniquely identifies
a place of business. The code is typically assigned by the
parentOrganization and used in structured URLs.
For example, in the URL
http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047"
is a branchCode for a particular branch.
@param string|string[] $branchCode
@return static
@see https://schema.org/branchCode | branchCode | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function branchOf($branchOf)
{
return $this->setProperty('branchOf', $branchOf);
} | The larger organization that this local business is a branch of, if any.
Not to be confused with (anatomical) [[branch]].
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $branchOf
@return static
@see https://schema.org/branchOf | branchOf | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function brand($brand)
{
return $this->setProperty('brand', $brand);
} | The brand(s) associated with a product or service, or the brand(s)
maintained by an organization or business person.
@param \Spatie\SchemaOrg\Contracts\BrandContract|\Spatie\SchemaOrg\Contracts\BrandContract[]|\Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $brand
@return static
@see https://schema.org/brand | brand | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function contactPoint($contactPoint)
{
return $this->setProperty('contactPoint', $contactPoint);
} | A contact point for a person or organization.
@param \Spatie\SchemaOrg\Contracts\ContactPointContract|\Spatie\SchemaOrg\Contracts\ContactPointContract[] $contactPoint
@return static
@see https://schema.org/contactPoint | contactPoint | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function contactPoints($contactPoints)
{
return $this->setProperty('contactPoints', $contactPoints);
} | A contact point for a person or organization.
@param \Spatie\SchemaOrg\Contracts\ContactPointContract|\Spatie\SchemaOrg\Contracts\ContactPointContract[] $contactPoints
@return static
@see https://schema.org/contactPoints | contactPoints | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function containedIn($containedIn)
{
return $this->setProperty('containedIn', $containedIn);
} | The basic containment relation between a place and one that contains it.
@param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $containedIn
@return static
@see https://schema.org/containedIn | containedIn | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function containedInPlace($containedInPlace)
{
return $this->setProperty('containedInPlace', $containedInPlace);
} | The basic containment relation between a place and one that contains it.
@param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $containedInPlace
@return static
@see https://schema.org/containedInPlace | containedInPlace | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function containsPlace($containsPlace)
{
return $this->setProperty('containsPlace', $containsPlace);
} | The basic containment relation between a place and another that it
contains.
@param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $containsPlace
@return static
@see https://schema.org/containsPlace | containsPlace | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function correctionsPolicy($correctionsPolicy)
{
return $this->setProperty('correctionsPolicy', $correctionsPolicy);
} | For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement
describing (in news media, the newsroom’s) disclosure and correction
policy for errors.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $correctionsPolicy
@return static
@see https://schema.org/correctionsPolicy
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1525 | correctionsPolicy | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function currenciesAccepted($currenciesAccepted)
{
return $this->setProperty('currenciesAccepted', $currenciesAccepted);
} | The currency accepted.
Use standard formats: [ISO 4217 currency
format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker
symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for
cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange
Trading
Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)
(LETS) and other currency types, e.g. "Ithaca HOUR".
@param string|string[] $currenciesAccepted
@return static
@see https://schema.org/currenciesAccepted | currenciesAccepted | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function department($department)
{
return $this->setProperty('department', $department);
} | A relationship between an organization and a department of that
organization, also described as an organization (allowing different urls,
logos, opening hours). For example: a store with a pharmacy, or a bakery
with a cafe.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[] $department
@return static
@see https://schema.org/department | department | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.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/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function dissolutionDate($dissolutionDate)
{
return $this->setProperty('dissolutionDate', $dissolutionDate);
} | The date that this organization was dissolved.
@param \DateTimeInterface|\DateTimeInterface[] $dissolutionDate
@return static
@see https://schema.org/dissolutionDate | dissolutionDate | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function diversityPolicy($diversityPolicy)
{
return $this->setProperty('diversityPolicy', $diversityPolicy);
} | Statement on diversity policy by an [[Organization]] e.g. a
[[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement
describing the newsroom’s diversity policy on both staffing and
sources, typically providing staffing data.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $diversityPolicy
@return static
@see https://schema.org/diversityPolicy
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1525 | diversityPolicy | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function diversityStaffingReport($diversityStaffingReport)
{
return $this->setProperty('diversityStaffingReport', $diversityStaffingReport);
} | For an [[Organization]] (often but not necessarily a
[[NewsMediaOrganization]]), a report on staffing diversity issues. In a
news context this might be for example ASNE or RTDNA (US) reports, or
self-reported.
@param \Spatie\SchemaOrg\Contracts\ArticleContract|\Spatie\SchemaOrg\Contracts\ArticleContract[]|string|string[] $diversityStaffingReport
@return static
@see https://schema.org/diversityStaffingReport
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1525 | diversityStaffingReport | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function duns($duns)
{
return $this->setProperty('duns', $duns);
} | The Dun & Bradstreet DUNS number for identifying an organization or
business person.
@param string|string[] $duns
@return static
@see https://schema.org/duns | duns | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function employee($employee)
{
return $this->setProperty('employee', $employee);
} | Someone working for this organization.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $employee
@return static
@see https://schema.org/employee | employee | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function employees($employees)
{
return $this->setProperty('employees', $employees);
} | People working for this organization.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $employees
@return static
@see https://schema.org/employees | employees | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function ethicsPolicy($ethicsPolicy)
{
return $this->setProperty('ethicsPolicy', $ethicsPolicy);
} | Statement about ethics policy, e.g. of a [[NewsMediaOrganization]]
regarding journalistic and publishing practices, or of a [[Restaurant]],
a page describing food source policies. In the case of a
[[NewsMediaOrganization]], an ethicsPolicy is typically a statement
describing the personal, organizational, and corporate standards of
behavior expected by the organization.
@param \Spatie\SchemaOrg\Contracts\CreativeWorkContract|\Spatie\SchemaOrg\Contracts\CreativeWorkContract[]|string|string[] $ethicsPolicy
@return static
@see https://schema.org/ethicsPolicy
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/1525 | ethicsPolicy | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function event($event)
{
return $this->setProperty('event', $event);
} | Upcoming or past event associated with this place, organization, or
action.
@param \Spatie\SchemaOrg\Contracts\EventContract|\Spatie\SchemaOrg\Contracts\EventContract[] $event
@return static
@see https://schema.org/event | event | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function events($events)
{
return $this->setProperty('events', $events);
} | Upcoming or past events associated with this place or organization.
@param \Spatie\SchemaOrg\Contracts\EventContract|\Spatie\SchemaOrg\Contracts\EventContract[] $events
@return static
@see https://schema.org/events | events | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function founder($founder)
{
return $this->setProperty('founder', $founder);
} | A person or organization who founded this organization.
@param \Spatie\SchemaOrg\Contracts\OrganizationContract|\Spatie\SchemaOrg\Contracts\OrganizationContract[]|\Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $founder
@return static
@see https://schema.org/founder | founder | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function founders($founders)
{
return $this->setProperty('founders', $founders);
} | A person who founded this organization.
@param \Spatie\SchemaOrg\Contracts\PersonContract|\Spatie\SchemaOrg\Contracts\PersonContract[] $founders
@return static
@see https://schema.org/founders | founders | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function foundingDate($foundingDate)
{
return $this->setProperty('foundingDate', $foundingDate);
} | The date that this organization was founded.
@param \DateTimeInterface|\DateTimeInterface[] $foundingDate
@return static
@see https://schema.org/foundingDate | foundingDate | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function foundingLocation($foundingLocation)
{
return $this->setProperty('foundingLocation', $foundingLocation);
} | The place where the Organization was founded.
@param \Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $foundingLocation
@return static
@see https://schema.org/foundingLocation | foundingLocation | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.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/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.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/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geo($geo)
{
return $this->setProperty('geo', $geo);
} | The geo coordinates of the place.
@param \Spatie\SchemaOrg\Contracts\GeoCoordinatesContract|\Spatie\SchemaOrg\Contracts\GeoCoordinatesContract[]|\Spatie\SchemaOrg\Contracts\GeoShapeContract|\Spatie\SchemaOrg\Contracts\GeoShapeContract[] $geo
@return static
@see https://schema.org/geo | geo | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoContains($geoContains)
{
return $this->setProperty('geoContains', $geoContains);
} | Represents a relationship between two geometries (or the places they
represent), relating a containing geometry to a contained geometry. "a
contains b iff no points of b lie in the exterior of a, and at least one
point of the interior of b lies in the interior of a". As defined in
[DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoContains
@return static
@see https://schema.org/geoContains | geoContains | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoCoveredBy($geoCoveredBy)
{
return $this->setProperty('geoCoveredBy', $geoCoveredBy);
} | Represents a relationship between two geometries (or the places they
represent), relating a geometry to another that covers it. As defined in
[DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoCoveredBy
@return static
@see https://schema.org/geoCoveredBy | geoCoveredBy | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoCovers($geoCovers)
{
return $this->setProperty('geoCovers', $geoCovers);
} | Represents a relationship between two geometries (or the places they
represent), relating a covering geometry to a covered geometry. "Every
point of b is a point of (the interior or boundary of) a". As defined in
[DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoCovers
@return static
@see https://schema.org/geoCovers | geoCovers | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoCrosses($geoCrosses)
{
return $this->setProperty('geoCrosses', $geoCrosses);
} | Represents a relationship between two geometries (or the places they
represent), relating a geometry to another that crosses it: "a crosses b:
they have some but not all interior points in common, and the dimension
of the intersection is less than that of at least one of them". As
defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoCrosses
@return static
@see https://schema.org/geoCrosses | geoCrosses | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoDisjoint($geoDisjoint)
{
return $this->setProperty('geoDisjoint', $geoDisjoint);
} | Represents spatial relations in which two geometries (or the places they
represent) are topologically disjoint: "they have no point in common.
They form a set of disconnected geometries." (A symmetric relationship,
as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoDisjoint
@return static
@see https://schema.org/geoDisjoint | geoDisjoint | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoEquals($geoEquals)
{
return $this->setProperty('geoEquals', $geoEquals);
} | Represents spatial relations in which two geometries (or the places they
represent) are topologically equal, as defined in
[DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are
topologically equal if their interiors intersect and no part of the
interior or boundary of one geometry intersects the exterior of the
other" (a symmetric relationship).
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoEquals
@return static
@see https://schema.org/geoEquals | geoEquals | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoIntersects($geoIntersects)
{
return $this->setProperty('geoIntersects', $geoIntersects);
} | Represents spatial relations in which two geometries (or the places they
represent) have at least one point in common. As defined in
[DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoIntersects
@return static
@see https://schema.org/geoIntersects | geoIntersects | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoOverlaps($geoOverlaps)
{
return $this->setProperty('geoOverlaps', $geoOverlaps);
} | Represents a relationship between two geometries (or the places they
represent), relating a geometry to another that geospatially overlaps it,
i.e. they have some but not all points in common. As defined in
[DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoOverlaps
@return static
@see https://schema.org/geoOverlaps | geoOverlaps | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoTouches($geoTouches)
{
return $this->setProperty('geoTouches', $geoTouches);
} | Represents spatial relations in which two geometries (or the places they
represent) touch: "they have at least one boundary point in common, but
no interior points." (A symmetric relationship, as defined in
[DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoTouches
@return static
@see https://schema.org/geoTouches | geoTouches | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function geoWithin($geoWithin)
{
return $this->setProperty('geoWithin', $geoWithin);
} | Represents a relationship between two geometries (or the places they
represent), relating a geometry to one that contains it, i.e. it is
inside (i.e. within) its interior. As defined in
[DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).
@param \Spatie\SchemaOrg\Contracts\GeospatialGeometryContract|\Spatie\SchemaOrg\Contracts\GeospatialGeometryContract[]|\Spatie\SchemaOrg\Contracts\PlaceContract|\Spatie\SchemaOrg\Contracts\PlaceContract[] $geoWithin
@return static
@see https://schema.org/geoWithin | geoWithin | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function globalLocationNumber($globalLocationNumber)
{
return $this->setProperty('globalLocationNumber', $globalLocationNumber);
} | The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also
referred to as International Location Number or ILN) of the respective
organization, person, or place. The GLN is a 13-digit number used to
identify parties and physical locations.
@param string|string[] $globalLocationNumber
@return static
@see https://schema.org/globalLocationNumber | globalLocationNumber | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function hasCertification($hasCertification)
{
return $this->setProperty('hasCertification', $hasCertification);
} | Certification information about a product, organization, service, place,
or person.
@param \Spatie\SchemaOrg\Contracts\CertificationContract|\Spatie\SchemaOrg\Contracts\CertificationContract[] $hasCertification
@return static
@see https://schema.org/hasCertification
@link https://github.com/schemaorg/schemaorg/issues/3230 | hasCertification | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
public function hasCredential($hasCredential)
{
return $this->setProperty('hasCredential', $hasCredential);
} | A credential awarded to the Person or Organization.
@param \Spatie\SchemaOrg\Contracts\EducationalOccupationalCredentialContract|\Spatie\SchemaOrg\Contracts\EducationalOccupationalCredentialContract[] $hasCredential
@return static
@see https://schema.org/hasCredential
@see https://pending.schema.org
@link https://github.com/schemaorg/schemaorg/issues/2289 | hasCredential | php | spatie/schema-org | src/RadioStation.php | https://github.com/spatie/schema-org/blob/master/src/RadioStation.php | MIT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.