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
Demand.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Beuser\Domain\Model
;
3
22
class
Demand
extends
\TYPO3\CMS\Extbase\DomainObject\AbstractEntity
{
23
27
const
ALL
= 0;
31
const
USERTYPE_ADMINONLY
= 1;
35
const
USERTYPE_USERONLY
= 2;
39
const
STATUS_ACTIVE
= 1;
43
const
STATUS_INACTIVE
= 2;
47
const
LOGIN_SOME
= 1;
51
const
LOGIN_NONE
= 2;
55
protected
$userName
=
''
;
56
60
protected
$userType
= self::ALL;
61
65
protected
$status
= self::ALL;
66
70
protected
$logins
= 0;
71
75
protected
$backendUserGroup
;
76
81
public
function
setUserName
(
$userName
) {
82
$this->userName =
$userName
;
83
}
84
88
public
function
getUserName
() {
89
return
$this->userName
;
90
}
91
96
public
function
setUserType
(
$userType
) {
97
$this->userType =
$userType
;
98
}
99
103
public
function
getUserType
() {
104
return
$this->userType
;
105
}
106
111
public
function
setStatus
(
$status
) {
112
$this->status =
$status
;
113
}
114
118
public
function
getStatus
() {
119
return
$this->status
;
120
}
121
126
public
function
setLogins
(
$logins
) {
127
$this->logins =
$logins
;
128
}
129
133
public
function
getLogins
() {
134
return
$this->logins
;
135
}
136
140
public
function
setBackendUserGroup
(
$backendUserGroup
) {
141
$this->backendUserGroup =
$backendUserGroup
;
142
}
143
147
public
function
getBackendUserGroup
() {
148
return
$this->backendUserGroup
;
149
}
150
151
}
TYPO3\CMS\Beuser\Domain\Model\Demand\LOGIN_NONE
const LOGIN_NONE
Definition:
Demand.php:51
TYPO3\CMS\Beuser\Domain\Model\Demand\$userName
$userName
Definition:
Demand.php:55
TYPO3\CMS\Beuser\Domain\Model\Demand\$userType
$userType
Definition:
Demand.php:60
TYPO3\CMS\Beuser\Domain\Model\Demand\STATUS_ACTIVE
const STATUS_ACTIVE
Definition:
Demand.php:39
TYPO3\CMS\Beuser\Domain\Model\Demand\$status
$status
Definition:
Demand.php:65
TYPO3\CMS\Beuser\Domain\Model\Demand\getUserType
getUserType()
Definition:
Demand.php:103
TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition:
AbstractEntity.php:20
TYPO3\CMS\Beuser\Domain\Model\Demand\setUserName
setUserName($userName)
Definition:
Demand.php:81
TYPO3\CMS\Beuser\Domain\Model\Demand\USERTYPE_USERONLY
const USERTYPE_USERONLY
Definition:
Demand.php:35
TYPO3\CMS\Beuser\Domain\Model\Demand\STATUS_INACTIVE
const STATUS_INACTIVE
Definition:
Demand.php:43
TYPO3\CMS\Beuser\Domain\Model\Demand\USERTYPE_ADMINONLY
const USERTYPE_ADMINONLY
Definition:
Demand.php:31
TYPO3\CMS\Beuser\Domain\Model\Demand\getUserName
getUserName()
Definition:
Demand.php:88
TYPO3\CMS\Beuser\Domain\Model\Demand\$backendUserGroup
$backendUserGroup
Definition:
Demand.php:75
TYPO3\CMS\Beuser\Domain\Model\Demand\ALL
const ALL
Definition:
Demand.php:27
TYPO3\CMS\Beuser\Domain\Model\Demand\setBackendUserGroup
setBackendUserGroup($backendUserGroup)
Definition:
Demand.php:140
TYPO3\CMS\Beuser\Domain\Model\Demand\setLogins
setLogins($logins)
Definition:
Demand.php:126
TYPO3\CMS\Beuser\Domain\Model\Demand\setUserType
setUserType($userType)
Definition:
Demand.php:96
TYPO3\CMS\Beuser\Domain\Model\Demand\getBackendUserGroup
getBackendUserGroup()
Definition:
Demand.php:147
TYPO3\CMS\Beuser\Domain\Model\Demand\LOGIN_SOME
const LOGIN_SOME
Definition:
Demand.php:47
TYPO3\CMS\Beuser\Domain\Model\Demand\setStatus
setStatus($status)
Definition:
Demand.php:111
TYPO3\CMS\Beuser\Domain\Model\Demand\getLogins
getLogins()
Definition:
Demand.php:133
TYPO3\CMS\Beuser\Domain\Model\Demand\$logins
$logins
Definition:
Demand.php:70
TYPO3\CMS\Beuser\Domain\Model\Demand
Definition:
Demand.php:22
TYPO3\CMS\Beuser\Domain\Model\Demand\getStatus
getStatus()
Definition:
Demand.php:118
TYPO3\CMS\Beuser\Domain\Model
Definition:
BackendUser.php:2
typo3
sysext
beuser
Classes
Domain
Model
Demand.php
Generated on Wed Aug 7 2019 09:52:19 for TYPO3 CMS by
1.8.13