![]() |
TYPO3
7.6
|
Public Member Functions | |
setUserName ($userName) | |
getUserName () | |
setUserType ($userType) | |
getUserType () | |
setStatus ($status) | |
getStatus () | |
setLogins ($logins) | |
getLogins () | |
setBackendUserGroup ($backendUserGroup) | |
getBackendUserGroup () | |
Public Attributes | |
const | ALL = 0 |
const | USERTYPE_ADMINONLY = 1 |
const | USERTYPE_USERONLY = 2 |
const | STATUS_ACTIVE = 1 |
const | STATUS_INACTIVE = 2 |
const | LOGIN_SOME = 1 |
const | LOGIN_NONE = 2 |
Protected Attributes | |
$userName = '' | |
$userType = self::ALL | |
$status = self::ALL | |
$logins = 0 | |
$backendUserGroup | |
Additional Inherited Members | |
![]() | |
isPropertyDirty ($previousValue, $currentValue) | |
Demand filter for listings
Definition at line 20 of file Demand.php.
getBackendUserGroup | ( | ) |
Definition at line 154 of file Demand.php.
References Demand\$backendUserGroup.
getLogins | ( | ) |
getStatus | ( | ) |
getUserName | ( | ) |
getUserType | ( | ) |
setBackendUserGroup | ( | $backendUserGroup | ) |
BackendUserGroup | $backendUserGroup |
Definition at line 146 of file Demand.php.
References Demand\$backendUserGroup.
setLogins | ( | $logins | ) |
int | $logins |
Definition at line 130 of file Demand.php.
References Demand\$logins.
setStatus | ( | $status | ) |
int | $status |
Definition at line 113 of file Demand.php.
References Demand\$status.
setUserName | ( | $userName | ) |
string | $userName |
Definition at line 79 of file Demand.php.
References Demand\$userName.
setUserType | ( | $userType | ) |
int | $userType |
Definition at line 96 of file Demand.php.
References Demand\$userType.
|
protected |
Definition at line 73 of file Demand.php.
Referenced by Demand\getBackendUserGroup(), and Demand\setBackendUserGroup().
|
protected |
Definition at line 68 of file Demand.php.
Referenced by Demand\getLogins(), and Demand\setLogins().
|
protected |
Definition at line 63 of file Demand.php.
Referenced by Demand\getStatus(), and Demand\setStatus().
|
protected |
Definition at line 53 of file Demand.php.
Referenced by Demand\getUserName(), and Demand\setUserName().
|
protected |
Definition at line 58 of file Demand.php.
Referenced by Demand\getUserType(), and Demand\setUserType().
const ALL = 0 |
Definition at line 25 of file Demand.php.
const LOGIN_NONE = 2 |
Definition at line 49 of file Demand.php.
const LOGIN_SOME = 1 |
Definition at line 45 of file Demand.php.
const STATUS_ACTIVE = 1 |
Definition at line 37 of file Demand.php.
const STATUS_INACTIVE = 2 |
Definition at line 41 of file Demand.php.
const USERTYPE_ADMINONLY = 1 |
Definition at line 29 of file Demand.php.
const USERTYPE_USERONLY = 2 |
Definition at line 33 of file Demand.php.