Scope
class Scope implements ScopeEntityInterface (View source)
Properties
| protected string | $identifier | ||
| protected string | $description | ||
| protected | $clients | 
Methods
                    __construct()
        
                                            
                
            No description
                    getIdentifier()
        
                                            
                
            {@inheritdoc}
                    setIdentifier(string $identifier)
        
                                            
                
            No description
                    string
                
                
                    getDescription()
        
                                            
                
            No description
                    setDescription(string $description)
        
                                            
                
            No description
                    string
                
                
                    jsonSerialize()
        
                                            
                
            Serialize this scope into a string.
Details
        
                            
    __construct()
        
    
    No description
        
                            
    getIdentifier()
        
    
    {@inheritdoc}
        
                            
    setIdentifier(string $identifier)
        
    
    No description
        
                            string
    getDescription()
        
    
    No description
        
                            
    setDescription(string $description)
        
    
    No description
        
                            string
    jsonSerialize()
        
    
    Serialize this scope into a string.
This method MUST return a string and must match the scope ID that clients will request