TaskSetService
class TaskSetService (View source)
Methods useful for working with Task sets.
Properties
| protected EntityManager | $entityManager | ||
| protected TaskService | $taskService | 
Methods
                    getList()
        
                                            
                
            No description
                    getByHandle(string $taskSetHandle)
        
                                            
                
            No description
                    bool
                
                
                
            
                    void
                
                
                
            
                    array
                
                
                    getGroupedTasks()
        
                                            
                
            Used in the tasks dashboard page, this returns a grouped set of tasks. If any tasks are not in a set they are added in a final set named 'Other'
Details
        
                            
    __construct(EntityManager $entityManager, TaskService $taskService)
        
    
    TaskService constructor.
        
                            
    getList()
        
    
    No description
        
                            
    getByHandle(string $taskSetHandle)
        
    
    No description
        
                            
    add(string $handle, string $name, Package $pkg = null)
        
    
    No description
        
                            array
    getGroupedTasks()
        
    
    Used in the tasks dashboard page, this returns a grouped set of tasks. If any tasks are not in a set they are added in a final set named 'Other'