RoleManagerSelectionFactory
FinalYes
Table of Contents
Methods
- create() : RoleSelectionManager|null
- createByEntity() : RoleSelectionManager|null
- setAutomation() : self
- setCustomSectionCode() : self
Methods
create()
public
create(string|null $criterion) : RoleSelectionManager|null
Parameters
- $criterion : string|null
Return values
RoleSelectionManager|nullcreateByEntity()
public
createByEntity(int $entityTypeId[, int|null $categoryId = null ]) : RoleSelectionManager|null
Parameters
- $entityTypeId : int
- $categoryId : int|null = null
Return values
RoleSelectionManager|nullsetAutomation()
public
setAutomation(bool $isAutomation) : self
Parameters
- $isAutomation : bool
Return values
selfsetCustomSectionCode()
public
setCustomSectionCode(string|null $customSectionCode) : self
Parameters
- $customSectionCode : string|null