OptionSelectInstance
class OptionSelectInstance (View source)
Properties
| protected string | $accessToken | ||
| protected Key | $attributeKey | 
Methods
                    mixed
                
                
                    getAccessToken()
        
                                            
                
            No description
                    void
                
                
                    setAccessToken(mixed $accessToken)
        
                                            
                
            No description
                    getAttributeKey()
        
                                            
                
            No description
                    void
                
                
                
            
                    string
                
                
                    getDataSourceUrl()
        
                                            
                
            Returns the URL needed to search these options using the autocomplete component
                    string
                
                
                    getSelectedOptionsUrl()
        
                                            
                
            Returns the URL needed to selected options when coming to a pre-filled option component
                    array
                
                
                
            Details
        
                            mixed
    getAccessToken()
        
    
    No description
        
                            void
    setAccessToken(mixed $accessToken)
        
    
    No description
        
                            Key
    getAttributeKey()
        
    
    No description
        
                            void
    setAttributeKey(Key $attributeKey)
        
    
    No description
        
                            string
    getDataSourceUrl()
        
    
    Returns the URL needed to search these options using the autocomplete component
        
                            string
    getSelectedOptionsUrl()
        
    
    Returns the URL needed to selected options when coming to a pre-filled option component
        
                            array
    createResultFromOption(SelectValueOption $option)
        
    
    No description