AutomatedSolutionConfig implements PermissionEntity, FilterableByAutomatedSolution uses FilterableByAutomatedSolution
FinalYes
Table of Contents
Interfaces
Constants
- ENTITY_CODE_PREFIX = 'AS_CONFIG_'
Methods
- decodeAutomatedSolutionId() : int|null
- filterByAutomatedSolution() : self
- generateEntity() : string
- generateName() : string
- make() : array<string|int, EntityDTO>
Constants
ENTITY_CODE_PREFIX
public
mixed
ENTITY_CODE_PREFIX
= 'AS_CONFIG_'
Methods
decodeAutomatedSolutionId()
public
static decodeAutomatedSolutionId(string $entity) : int|null
Parameters
- $entity : string
Return values
int|nullfilterByAutomatedSolution()
public
filterByAutomatedSolution(int|null $automatedSolutionId) : self
Parameters
- $automatedSolutionId : int|null
Return values
selfgenerateEntity()
public
static generateEntity(int $automatedSolutionId) : string
Parameters
- $automatedSolutionId : int
Return values
stringgenerateName()
public
static generateName(string $automatedSolutionTitle) : string
Parameters
- $automatedSolutionTitle : string
Return values
stringmake()
public
make() : array<string|int, EntityDTO>