|
Public Member Functions inherited from TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup |
| __construct () |
|
| setTitle ($title) |
|
| getTitle () |
|
| setDescription ($description) |
|
| getDescription () |
|
| setSubGroups (\TYPO3\CMS\Extbase\Persistence\ObjectStorage $subGroups) |
|
| addSubGroup (\TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup $beGroup) |
|
| removeSubGroup (\TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup $groupToDelete) |
|
| removeAllSubGroups () |
|
| getSubGroups () |
|
| setModules ($modules) |
|
| getModules () |
|
| setTablesListening ($tablesListening) |
|
| getTablesListening () |
|
| setTablesModify ($tablesModify) |
|
| getTablesModify () |
|
| setPageTypes ($pageTypes) |
|
| getPageTypes () |
|
| setAllowedExcludeFields ($allowedExcludeFields) |
|
| getAllowedExcludeFields () |
|
| setExplicitlyAllowAndDeny ($explicitlyAllowAndDeny) |
|
| getExplicitlyAllowAndDeny () |
|
| setAllowedLanguages ($allowedLanguages) |
|
| getAllowedLanguages () |
|
| setWorkspacePermissions ($workspacePermission) |
|
| getWorkspacePermission () |
|
| setDatabaseMounts ($databaseMounts) |
|
| getDatabaseMounts () |
|
| setFileOperationPermissions ($fileOperationPermissions) |
|
| getFileOperationPermissions () |
|
| isFileOperationAllowed () |
|
| setFileOperationAllowed ($value) |
|
| isFileUnzipAllowed () |
|
| setFileUnzipAllowed ($value) |
|
| isDirectoryOperationAllowed () |
|
| setDirectoryOperationAllowed ($value) |
|
| isDirectoryCopyAllowed () |
|
| setDirectoryCopyAllowed ($value) |
|
| isDirectoryRemoveRecursivelyAllowed () |
|
| setDirectoryRemoveRecursivelyAllowed ($value) |
|
| setLockToDomain ($lockToDomain) |
|
| getLockToDomain () |
|
| setHideInList ($hideInList) |
|
| getHideInList () |
|
| setTsConfig ($tsConfig) |
|
| getTsConfig () |
|
Public Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject |
| __wakeup () |
|
| initializeObject () |
|
| getUid () |
|
| setPid ($pid) |
|
| getPid () |
|
| _setProperty ($propertyName, $propertyValue) |
|
| _getProperty ($propertyName) |
|
| _getProperties () |
|
| _hasProperty ($propertyName) |
|
| _isNew () |
|
| _memorizeCleanState ($propertyName=NULL) |
|
| _memorizePropertyCleanState ($propertyName) |
|
| _getCleanProperties () |
|
| _getCleanProperty ($propertyName) |
|
| _isDirty ($propertyName=NULL) |
|
| _isClone () |
|
| _setClone ($clone) |
|
| __clone () |
|
| __toString () |
|
| _memorizeCleanState () |
|
| _isDirty () |
|
Public Attributes inherited from TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup |
const | FILE_OPPERATIONS = 1 |
|
const | FILE_UNZIP = 2 |
|
const | DIRECTORY_OPPERATIONS = 4 |
|
const | DIRECTORY_COPY = 8 |
|
const | DIRECTORY_REMOVE_RECURSIVELY = 16 |
|
Protected Member Functions inherited from TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup |
| isPermissionSet ($permission) |
|
| setPermission ($permission, $value) |
|
Protected Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject |
| isPropertyDirty ($previousValue, $currentValue) |
|
Protected Attributes inherited from TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup |
| $title = '' |
|
| $description = '' |
|
| $subGroups |
|
| $modules = '' |
|
| $tablesListening = '' |
|
| $tablesModify = '' |
|
| $pageTypes = '' |
|
| $allowedExcludeFields = '' |
|
| $explicitlyAllowAndDeny = '' |
|
| $allowedLanguages = '' |
|
| $workspacePermission = FALSE |
|
| $databaseMounts = '' |
|
| $fileOperationPermissions = 0 |
|
| $lockToDomain = '' |
|
| $hideInList = FALSE |
|
| $tsConfig = '' |
|
Protected Attributes inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject |
| $uid |
|
| $_localizedUid |
|
| $_languageUid |
|
| $_versionedUid |
|
| $pid |
|