ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
ARRevision.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\MainMenu\Storage\Revision\Repository
;
4
5
use
ActiveRecord
;
6
12
class
ARRevision
extends
ActiveRecord
13
{
14
18
public
function
getConnectorContainerName
()
19
{
20
return
'il_resource_revision'
;
21
}
22
23
33
protected
$internal
;
41
protected
$identification
;
49
protected
$available
;
57
protected
$version_number
;
58
59
63
public
function
getInternal
() : string
64
{
65
return
$this->internal
;
66
}
67
68
74
public
function
setInternal
(
string
$internal
) :
ARRevision
75
{
76
$this->
internal
=
$internal
;
77
78
return
$this;
79
}
80
81
85
public
function
getIdentification
() : string
86
{
87
return
$this->identification
;
88
}
89
90
96
public
function
setIdentification
(
string
$identification
) :
ARRevision
97
{
98
$this->identification =
$identification
;
99
100
return
$this;
101
}
102
103
107
public
function
isAvailable
() : bool
108
{
109
return
(
bool
)
$this->available
;
110
}
111
112
118
public
function
setAvailable
(
bool
$available
) :
ARRevision
119
{
120
$this->available =
$available
;
121
122
return
$this;
123
}
124
125
129
public
function
getVersionNumber
() : int
130
{
131
return
(
int
)
$this->version_number
;
132
}
133
134
140
public
function
setVersionNumber
(
int
$version_number
) :
ARRevision
141
{
142
$this->version_number =
$version_number
;
143
144
return
$this;
145
}
146
}
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\$identification
$identification
Definition:
ARRevision.php:41
ILIAS\MainMenu\Storage\Revision\Repository
Definition:
ARRevision.php:3
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\getInternal
getInternal()
Definition:
ARRevision.php:63
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\$available
$available
Definition:
ARRevision.php:49
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\getVersionNumber
getVersionNumber()
Definition:
ARRevision.php:129
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\setVersionNumber
setVersionNumber(int $version_number)
Definition:
ARRevision.php:140
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision
Class ARRevision.
Definition:
ARRevision.php:12
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\$version_number
$version_number
Definition:
ARRevision.php:57
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\isAvailable
isAvailable()
Definition:
ARRevision.php:107
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\getConnectorContainerName
getConnectorContainerName()
Definition:
ARRevision.php:18
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\$internal
$internal
Definition:
ARRevision.php:33
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\setInternal
setInternal(string $internal)
Definition:
ARRevision.php:74
ActiveRecord
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\setAvailable
setAvailable(bool $available)
Definition:
ARRevision.php:118
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\getIdentification
getIdentification()
Definition:
ARRevision.php:85
ILIAS\MainMenu\Storage\Revision\Repository\ARRevision\setIdentification
setIdentification(string $identification)
Definition:
ARRevision.php:96
Services
MainMenu
classes
Storage
Revision
Repository
ARRevision.php
Generated on Wed Sep 3 2025 20:01:16 for ILIAS by
1.8.13 (using
Doxyfile
)