Interface luya\web\jsonld\EventInterface
Implemented by | luya\web\jsonld\Event |
---|---|
Available since version | 1.0.0 |
Source Code | https://github.com/luyadev/luya/blob/master/core/web/jsonld/EventInterface.php |
JsonLd - Event interface
Public Methods
Method Details
public abstract luya\web\jsonld\Organization|luya\web\jsonld\Person getAttendee ( ) |
public function getAttendee();
public abstract luya\web\jsonld\Organization|luya\web\jsonld\Person getComposer ( ) |
public function getComposer();
public abstract luya\web\jsonld\Organization|luya\web\jsonld\Person getContributor ( ) |
public function getContributor();
public abstract luya\web\jsonld\Organization|luya\web\jsonld\Person getFunder ( ) |
public function getFunder();
public abstract \luya\web\jsonld\Language|\luya\web\jsonld\Text getInLanguage ( ) |
public function getInLanguage();
public abstract luya\web\jsonld\Place|luya\web\jsonld\PostalAddress|string getLocation ( ) |
public function getLocation();
public abstract integer getMaximumAttendeeCapacity ( ) |
public function getMaximumAttendeeCapacity();
public abstract luya\web\jsonld\Organization|luya\web\jsonld\Person getOrganizer ( ) |
public function getOrganizer();
public abstract luya\web\jsonld\Organization|luya\web\jsonld\Person getPerformer ( ) |
public function getPerformer();
public abstract integer getRemainingAttendeeCapacity ( ) |
public function getRemainingAttendeeCapacity();
public abstract luya\web\jsonld\Organization|luya\web\jsonld\Person getSponsor ( ) |
public function getSponsor();
public abstract luya\web\jsonld\Organization|luya\web\jsonld\Person getTranslator ( ) |
public function getTranslator();
public abstract luya\web\jsonld\CreativeWork getWorkPerformed ( ) |
public function getWorkPerformed();
public abstract static setAbout ( luya\web\jsonld\Thing $about ) | ||
$about | luya\web\jsonld\Thing |
public function setAbout(Thing $about);
public abstract static setActor ( luya\web\jsonld\Person $actor ) | ||
$actor | luya\web\jsonld\Person |
public function setActor(Person $actor);
public abstract static setAttendee ( $attendee ) | ||
$attendee | luya\web\jsonld\Organization|luya\web\jsonld\Person |
public function setAttendee($attendee);
public abstract static setComposer ( $composer ) | ||
$composer | luya\web\jsonld\Organization|luya\web\jsonld\Person |
public function setComposer($composer);
public abstract static setContributor ( $contributor ) | ||
$contributor | luya\web\jsonld\Organization|luya\web\jsonld\Person |
public function setContributor($contributor);
public abstract static setDirector ( luya\web\jsonld\Person $director ) | ||
$director | luya\web\jsonld\Person |
public function setDirector(Person $director);
public abstract static setDoorTime ( luya\web\jsonld\DateTimeValue $doorTime ) | ||
$doorTime | luya\web\jsonld\DateTimeValue |
public function setDoorTime(DateTimeValue $doorTime);
public abstract static setDuration ( luya\web\jsonld\DurationValue $duration ) | ||
$duration | luya\web\jsonld\DurationValue |
public function setDuration(DurationValue $duration);
public abstract static setEndDate ( luya\web\jsonld\DateTimeValue $endDate ) | ||
$endDate | luya\web\jsonld\DateTimeValue |
public function setEndDate(DateTimeValue $endDate);
public abstract static setFunder ( $funder ) | ||
$funder | luya\web\jsonld\Organization|luya\web\jsonld\Person |
public function setFunder($funder);
public abstract static setInLanguage ( luya\web\jsonld\LanguageValue $inLanguage ) | ||
$inLanguage | \luya\web\jsonld\Language|\luya\web\jsonld\Text |
public function setInLanguage(LanguageValue $inLanguage);
public abstract static setIsAccessibleForFree ( $isAccessibleForFree ) | ||
$isAccessibleForFree | boolean |
public function setIsAccessibleForFree($isAccessibleForFree);
public abstract static setLocation ( $location ) | ||
$location | luya\web\jsonld\Place|luya\web\jsonld\PostalAddress|string |
public function setLocation($location);
public abstract void setMaximumAttendeeCapacity ( $maximumAttendeeCapacity ) | ||
$maximumAttendeeCapacity | integer |
public function setMaximumAttendeeCapacity($maximumAttendeeCapacity);
public abstract static setOrganizer ( $organizer ) | ||
$organizer | luya\web\jsonld\Organization|luya\web\jsonld\Person |
public function setOrganizer($organizer);
public abstract static setPerformer ( $performer ) | ||
$performer | luya\web\jsonld\Organization|luya\web\jsonld\Person |
public function setPerformer($performer);
public abstract static setPreviousStartDate ( luya\web\jsonld\DateValue $previousStartDate ) | ||
$previousStartDate | luya\web\jsonld\DateValue |
public function setPreviousStartDate(DateValue $previousStartDate);
public abstract static setRecordedIn ( luya\web\jsonld\CreativeWork $recordedIn ) | ||
$recordedIn | luya\web\jsonld\CreativeWork |
public function setRecordedIn(CreativeWork $recordedIn);
public abstract static setRemainingAttendeeCapacity ( $remainingAttendeeCapacity ) | ||
$remainingAttendeeCapacity | integer |
public function setRemainingAttendeeCapacity($remainingAttendeeCapacity);
public abstract static setSponsor ( $sponsor ) | ||
$sponsor | luya\web\jsonld\Organization|luya\web\jsonld\Person |
public function setSponsor($sponsor);
public abstract static setStartDate ( luya\web\jsonld\DateTimeValue $startDate ) | ||
$startDate | luya\web\jsonld\DateTimeValue |
public function setStartDate(DateTimeValue $startDate);
public abstract void setSubEvent ( luya\web\jsonld\Event $subEvent ) | ||
$subEvent | luya\web\jsonld\Event |
public function setSubEvent(Event $subEvent);
public abstract static setSuperEvent ( luya\web\jsonld\Event $superEvent ) | ||
$superEvent | luya\web\jsonld\Event |
public function setSuperEvent(Event $superEvent);
public abstract static setTranslator ( $translator ) | ||
$translator | luya\web\jsonld\Organization|luya\web\jsonld\Person |
public function setTranslator($translator);
public abstract static setTypicalAgeRange ( $typicalAgeRange ) | ||
$typicalAgeRange | string |
public function setTypicalAgeRange($typicalAgeRange);
public abstract static setWorkFeatured ( luya\web\jsonld\CreativeWork $workFeatured ) | ||
$workFeatured | luya\web\jsonld\CreativeWork |
public function setWorkFeatured(CreativeWork $workFeatured);
public abstract static setWorkPerformed ( luya\web\jsonld\CreativeWork $workPerformed ) | ||
$workPerformed | luya\web\jsonld\CreativeWork |
public function setWorkPerformed(CreativeWork $workPerformed);