SystemProperties

Read onlyYes

Contains all information about system-related properties for the current record.

Internal

not part of public API, as this needs to be streamlined and proven

Table of Contents

Properties

$createdAt  : DateTimeInterface|null
$description  : string|null
$isDeleted  : bool|null
$isDisabled  : bool|null
$isLockedForEditing  : bool|null
$languageInfo  : LanguageInfo|null
$lastUpdatedAt  : DateTimeInterface|null
$publishAt  : DateTimeInterface|null
$publishUntil  : DateTimeInterface|null
$sorting  : int|null
$userGroupRestriction  : array<string|int, mixed>|null
$versionInfo  : VersionInfo|null

Methods

__construct()  : mixed
getCreatedAt()  : DateTimeInterface|null
getDescription()  : string|null
getLanguage()  : LanguageInfo|null
getLastUpdatedAt()  : DateTimeInterface|null
getPublishAt()  : DateTimeInterface|null
getPublishUntil()  : DateTimeInterface|null
getSorting()  : int|null
getUserGroupRestriction()  : array<string|int, mixed>|null
getVersion()  : VersionInfo|null
isDeleted()  : bool|null
isDisabled()  : bool|null
isLockedForEditing()  : bool|null
toArray()  : array<string|int, mixed>

Properties

$createdAt

protected DateTimeInterface|null $createdAt

$description

protected string|null $description

$isDisabled

protected bool|null $isDisabled

$isLockedForEditing

protected bool|null $isLockedForEditing

$lastUpdatedAt

protected DateTimeInterface|null $lastUpdatedAt

$publishAt

protected DateTimeInterface|null $publishAt

$publishUntil

protected DateTimeInterface|null $publishUntil

$userGroupRestriction

protected array<string|int, mixed>|null $userGroupRestriction

Methods

__construct()

public __construct(LanguageInfo|null $languageInfo, VersionInfo|null $versionInfo, bool|null $isDeleted, bool|null $isDisabled, bool|null $isLockedForEditing, DateTimeInterface|null $createdAt, DateTimeInterface|null $lastUpdatedAt, DateTimeInterface|null $publishAt, DateTimeInterface|null $publishUntil, array<string|int, mixed>|null $userGroupRestriction, int|null $sorting, string|null $description) : mixed
Parameters
$languageInfo : LanguageInfo|null
$versionInfo : VersionInfo|null
$isDeleted : bool|null
$isDisabled : bool|null
$isLockedForEditing : bool|null
$createdAt : DateTimeInterface|null
$lastUpdatedAt : DateTimeInterface|null
$publishAt : DateTimeInterface|null
$publishUntil : DateTimeInterface|null
$userGroupRestriction : array<string|int, mixed>|null
$sorting : int|null
$description : string|null

getCreatedAt()

public getCreatedAt() : DateTimeInterface|null
Return values
DateTimeInterface|null

getDescription()

public getDescription() : string|null
Return values
string|null

getLastUpdatedAt()

public getLastUpdatedAt() : DateTimeInterface|null
Return values
DateTimeInterface|null

getPublishAt()

public getPublishAt() : DateTimeInterface|null
Return values
DateTimeInterface|null

getPublishUntil()

public getPublishUntil() : DateTimeInterface|null
Return values
DateTimeInterface|null

getSorting()

public getSorting() : int|null
Return values
int|null

getUserGroupRestriction()

public getUserGroupRestriction() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

isDeleted()

public isDeleted() : bool|null
Return values
bool|null

isDisabled()

public isDisabled() : bool|null
Return values
bool|null

isLockedForEditing()

public isLockedForEditing() : bool|null
Return values
bool|null

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results