SystemProperties
Read onlyYes
Contains all information about system-related properties for the current record.
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
    
    
    
    
    
    
$isDeleted
        protected
            bool|null
    $isDeleted
    
    
    
    
    
    
$isDisabled
        protected
            bool|null
    $isDisabled
    
    
    
    
    
    
$isLockedForEditing
        protected
            bool|null
    $isLockedForEditing
    
    
    
    
    
    
$languageInfo
        protected
            LanguageInfo|null
    $languageInfo
    
    
    
    
    
    
$lastUpdatedAt
        protected
            DateTimeInterface|null
    $lastUpdatedAt
    
    
    
    
    
    
$publishAt
        protected
            DateTimeInterface|null
    $publishAt
    
    
    
    
    
    
$publishUntil
        protected
            DateTimeInterface|null
    $publishUntil
    
    
    
    
    
    
$sorting
        protected
            int|null
    $sorting
    
    
    
    
    
    
$userGroupRestriction
        protected
            array<string|int, mixed>|null
    $userGroupRestriction
    
    
    
    
    
    
$versionInfo
        protected
            VersionInfo|null
    $versionInfo
    
    
    
    
    
    
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|nullgetDescription()
    public
                    getDescription() : string|null
    Return values
string|nullgetLanguage()
    public
                    getLanguage() : LanguageInfo|null
    Return values
LanguageInfo|nullgetLastUpdatedAt()
    public
                    getLastUpdatedAt() : DateTimeInterface|null
    Return values
DateTimeInterface|nullgetPublishAt()
    public
                    getPublishAt() : DateTimeInterface|null
    Return values
DateTimeInterface|nullgetPublishUntil()
    public
                    getPublishUntil() : DateTimeInterface|null
    Return values
DateTimeInterface|nullgetSorting()
    public
                    getSorting() : int|null
    Return values
int|nullgetUserGroupRestriction()
    public
                    getUserGroupRestriction() : array<string|int, mixed>|null
    Return values
array<string|int, mixed>|nullgetVersion()
    public
                    getVersion() : VersionInfo|null
    Return values
VersionInfo|nullisDeleted()
    public
                    isDeleted() : bool|null
    Return values
bool|nullisDisabled()
    public
                    isDisabled() : bool|null
    Return values
bool|nullisLockedForEditing()
    public
                    isLockedForEditing() : bool|null
    Return values
bool|nulltoArray()
    public
                    toArray() : array<string|int, mixed>