ScheduleBoardInstanceRuleCommand
class ScheduleBoardInstanceRuleCommand extends Command (View source)
This command is used by the in-page board instance rule scheduler. At this point, the instance rule has already been created, but it doesn't have a slot yet, or a start date/time/timezone. So this command is responsible primarily for setting those attributes, and setting the particular slot for the rule (which also puts it out of "draft" mode.)
Properties
| protected int | $boardInstanceSlotRuleID | ||
| protected string | $name | ||
| protected string | $startDate | ||
| protected string | $endDate | ||
| protected string | $startTime | ||
| protected string | $endTime | ||
| protected int | $slot | ||
| protected string | $timezone | 
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
        
                static            string
    getHandler()
        
    
    No description
        
                            int
    getBoardInstanceSlotRuleID()
        
    
    No description
        
                            void
    setBoardInstanceSlotRuleID(int $boardInstanceSlotRuleID)
        
    
    No description
        
                            string
    getStartDate()
        
    
    No description
        
                            void
    setStartDate(string $startDate)
        
    
    No description
        
                            string
    getEndDate()
        
    
    No description
        
                            void
    setEndDate(string $endDate)
        
    
    No description
        
                            string
    getStartTime()
        
    
    No description
        
                            void
    setStartTime(string $startTime)
        
    
    No description
        
                            string
    getEndTime()
        
    
    No description
        
                            void
    setEndTime(string $endTime)
        
    
    No description
        
                            int
    getSlot()
        
    
    No description
        
                            void
    setSlot(int $slot)
        
    
    No description
        
                            string
    getTimezone()
        
    
    No description
        
                            void
    setTimezone(string $timezone)
        
    
    No description
        
                            string
    getName()
        
    
    No description
        
                            void
    setName(string $name)
        
    
    No description