CalendarEventVersion
class CalendarEventVersion implements ObjectInterface, JsonSerializable (View source)
Traits
Properties
protected | $categories | ||
protected | $event | ||
protected | $author | ||
protected | $eventVersionID | ||
protected | $repetitions | ||
protected | $occurrences | ||
$evDateAdded | These have to be public so we can use doctrine criteria from another class. Sigh. |
||
protected | $evActivateDateTime | These have to be public so we can use doctrine criteria from another class. Sigh. |
|
$evIsApproved | |||
protected | $evDescription | ||
protected | $evName | ||
protected | $evRelatedPageRelationType | C = created page, A = associated page, null = don't enable |
|
protected | $cID |
Methods
No description
No description
Sets the attribute of a user info object to the specified value, and saves it in the database.
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
CategoryInterface
getObjectAttributeCategory()
No description
AttributeValueInterface|null
getAttributeValueObject(AttributeKeyInterface|string $ak, bool $createIfNotExists = false)
No description
getAttribute($ak, $mode = false)
No description
Value
getAttributeValue($ak)
No description
clearAttribute($ak, bool $doReindexImmediately = true)
No description
Value
setAttribute($ak, mixed $value, bool $doReindexImmediately = true)
Sets the attribute of a user info object to the specified value, and saves it in the database.
__construct(CalendarEvent $event, User $author)
No description
mixed
getAuthor()
No description
setAuthor(mixed $author)
No description
mixed
getRelatedPageRelationType()
No description
setRelatedPageRelationType(mixed $relatedPageRelationType)
No description
string
getName()
No description
setName(string $name)
No description
Page
getPageObject()
No description
int
getPageID()
No description
setPageID($cID)
No description
bool
isApproved()
No description
setIsApproved(bool $approved)
No description
setPageObject(Page $page)
No description
string
getDescription()
No description
setDescription(string $description)
No description
getID()
No description
mixed
getEvent()
No description
setEvent(mixed $event)
No description
array
jsonSerialize()
No description
mixed
getOccurrences()
No description
getCategories()
No description
RepetitionInterface[]
getRepetitions()
No description
getRepetitionEntityCollection()
No description
setRepetitions($repetitions)
No description
mixed
getDateAdded()
No description
mixed
getDateActivated()
No description
setDateActivated(mixed $evActivateDateTime)
No description
__clone()
No description