ScheduleCustomElementCommand
class ScheduleCustomElementCommand extends Command (View source)
Constants
| LOCK_TYPE_LOCKED | 
                     
  | 
            
| LOCK_TYPE_UNLOCKED | 
                     
  | 
            
Properties
| protected CustomElement | $element | ||
| protected Instance[] | $instances | ||
| protected string | $startDateTime | ||
| protected string|null | $endDateTime | ||
| protected string | $timezone | ||
| protected int | $slot | ||
| protected string | $lockType | L or U  | 
                
Methods
                    getElement()
        
                                            
                
            No description
                    array
                
                
                    getInstances()
        
                                            
                
            No description
                    void
                
                
                    setInstances(array $instances)
        
                                            
                
            No description
                    string
                
                
                    getStartDateTime()
        
                                            
                
            No description
                    void
                
                
                    setStartDateTime(string $startDateTime)
        
                                            
                
            No description
                    string|null
                
                
                    getEndDateTime()
        
                                            
                
            No description
                    void
                
                
                    setEndDateTime(string|null $endDateTime)
        
                                            
                
            No description
                    string
                
                
                    getTimezone()
        
                                            
                
            No description
                    void
                
                
                    setTimezone(string $timezone)
        
                                            
                
            No description
                    string
                
                
                    getLockType()
        
                                            
                
            No description
                    void
                
                
                    setLockType(string $lockType)
        
                                            
                
            No description
                    int
                
                
                    getSlot()
        
                                            
                
            No description
                    void
                
                
                    setSlot(int $slot)
        
                                            
                
            No description
Details
        
                static            string
    getHandler()
        
    
    No description
        
                            
    __construct(CustomElement $element)
        
    
    No description
        
                            CustomElement
    getElement()
        
    
    No description
        
                            array
    getInstances()
        
    
    No description
        
                            void
    setInstances(array $instances)
        
    
    No description
        
                            string
    getStartDateTime()
        
    
    No description
        
                            void
    setStartDateTime(string $startDateTime)
        
    
    No description
        
                            string|null
    getEndDateTime()
        
    
    No description
        
                            void
    setEndDateTime(string|null $endDateTime)
        
    
    No description
        
                            string
    getTimezone()
        
    
    No description
        
                            void
    setTimezone(string $timezone)
        
    
    No description
        
                            string
    getLockType()
        
    
    No description
        
                            void
    setLockType(string $lockType)
        
    
    No description
        
                            int
    getSlot()
        
    
    No description
        
                            void
    setSlot(int $slot)
        
    
    No description