TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
AbstractStatus.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Install\Status
;
3
22
abstract
class
AbstractStatus
implements
StatusInterface
{
23
27
protected
$severity
=
''
;
28
32
protected
$title
=
''
;
33
37
protected
$message
=
''
;
38
42
public
function
getSeverity
() {
43
return
$this->severity
;
44
}
45
49
public
function
getTitle
() {
50
return
$this->title
;
51
}
52
59
public
function
setTitle
(
$title
) {
60
$this->title =
$title
;
61
}
62
68
public
function
getMessage
() {
69
return
$this->message
;
70
}
71
78
public
function
setMessage
(
$message
) {
79
$this->message =
$message
;
80
}
81
}
TYPO3\CMS\Install\Status\AbstractStatus\getSeverity
getSeverity()
Definition:
AbstractStatus.php:42
TYPO3\CMS\Install\Status\AbstractStatus\setTitle
setTitle($title)
Definition:
AbstractStatus.php:59
TYPO3\CMS\Install\Status\AbstractStatus\getMessage
getMessage()
Definition:
AbstractStatus.php:68
TYPO3\CMS\Install\Status\AbstractStatus\getTitle
getTitle()
Definition:
AbstractStatus.php:49
TYPO3\CMS\Install\Status\AbstractStatus\setMessage
setMessage($message)
Definition:
AbstractStatus.php:78
TYPO3\CMS\Install\Status\AbstractStatus\$severity
$severity
Definition:
AbstractStatus.php:27
TYPO3\CMS\Install\Status\AbstractStatus\$message
$message
Definition:
AbstractStatus.php:37
TYPO3\CMS\Install\Status\AbstractStatus
Definition:
AbstractStatus.php:22
TYPO3\CMS\Install\Status\AbstractStatus\$title
$title
Definition:
AbstractStatus.php:32
TYPO3\CMS\Install\Status
Definition:
AbstractStatus.php:2
TYPO3\CMS\Install\Status\StatusInterface
Definition:
StatusInterface.php:22
typo3
sysext
install
Classes
Status
AbstractStatus.php
Generated on Wed Aug 7 2019 09:52:29 for TYPO3 CMS by
1.8.13