TYPO3CMS
9.5
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
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
BackendUserGroup.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Beuser\Domain\Model
;
3
4
/*
5
* This file is part of the TYPO3 CMS project.
6
*
7
* It is free software; you can redistribute it and/or modify it under
8
* the terms of the GNU General Public License, either version 2
9
* of the License, or any later version.
10
*
11
* For the full copyright and license information, please read the
12
* LICENSE.txt file that was distributed with this source code.
13
*
14
* The TYPO3 project - inspiring people to share!
15
*/
16
17
use
TYPO3\CMS\Extbase\Annotation
as
Extbase
;
18
23
class
BackendUserGroup
extends
\TYPO3\CMS\Extbase\DomainObject\AbstractEntity
24
{
28
protected
$title
;
29
33
protected
$description
;
34
38
protected
$hidden
;
39
44
protected
$subGroups
;
45
49
public
function
setTitle
(
$title
)
50
{
51
$this->title =
$title
;
52
}
53
57
public
function
getTitle
()
58
{
59
return
$this->title
;
60
}
61
65
public
function
getDescription
()
66
{
67
return
$this->description
;
68
}
69
73
public
function
setDescription
(
$description
)
74
{
75
$this->description =
$description
;
76
}
77
81
public
function
setHidden
(
$hidden
)
82
{
83
$this->hidden =
$hidden
;
84
}
85
89
public
function
getHidden
()
90
{
91
return
$this->hidden
;
92
}
93
97
public
function
setSubGroups
(
$subGroups
)
98
{
99
$this->subGroups =
$subGroups
;
100
}
101
105
public
function
getSubGroups
()
106
{
107
return
$this->subGroups
;
108
}
109
}
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\getSubGroups
TYPO3 CMS Extbase Persistence ObjectStorage getSubGroups()
Definition:
BackendUserGroup.php:101
TYPO3\CMS\Beuser\Domain\Model
Definition:
BackendUser.php:2
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\$description
string $description
Definition:
BackendUserGroup.php:31
TYPO3\CMS\Extbase\Annotation
Definition:
IgnoreValidation.php:4
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\$subGroups
TYPO3 CMS Extbase Persistence ObjectStorage<\TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup > $subGroups
Definition:
BackendUserGroup.php:40
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup
Definition:
BackendUserGroup.php:24
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\$hidden
bool $hidden
Definition:
BackendUserGroup.php:35
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\setHidden
setHidden($hidden)
Definition:
BackendUserGroup.php:77
TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition:
AbstractEntity.php:22
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\$title
string $title
Definition:
BackendUserGroup.php:27
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\getDescription
string getDescription()
Definition:
BackendUserGroup.php:61
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\getTitle
string getTitle()
Definition:
BackendUserGroup.php:53
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\setTitle
setTitle($title)
Definition:
BackendUserGroup.php:45
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\setDescription
setDescription($description)
Definition:
BackendUserGroup.php:69
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\getHidden
bool getHidden()
Definition:
BackendUserGroup.php:85
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup\setSubGroups
setSubGroups($subGroups)
Definition:
BackendUserGroup.php:93
doxygen
typo3
sysext
beuser
Classes
Domain
Model
BackendUserGroup.php
Generated on Tue Oct 5 2021 01:57:00 for TYPO3CMS by
1.8.18