StandardSubscription
class StandardSubscription implements SubscriptionInterface (View source)
Properties
| protected | $name | ||
| protected | $identifier | 
Methods
                    __construct($identifier, $name)
        
                                            
                
            No description
                    string
                
                
                    getSubscriptionIdentifier()
        
                                            
                
            The lowercase snake_case hamdle of the subscription, like core_updates
                    string
                
                
                    getSubscriptionName()
        
                                            
                
            The plain text human readable name of this subscription, like 'Core Updates'
Details
        
                            
    __construct($identifier, $name)
        
    
    No description
        
                            string
    getSubscriptionIdentifier()
        
    
    The lowercase snake_case hamdle of the subscription, like core_updates
        
                            string
    getSubscriptionName()
        
    
    The plain text human readable name of this subscription, like 'Core Updates'