LegacyCallbackResolver
class LegacyCallbackResolver extends CallbackResolver
Constants
| PAGE_PATTERN | 
 | 
Methods
                    __construct(Pimple $app)
        
                                            
                
            No description
                    Boolean
                
                
                    isValid(string $name)
        
                                            
                
            Returns true if the string is a valid service method representation.
                    array
                
                
                    convertCallback(string $name)
        
                                            
                
            Returns a callable given its string representation.
Details
        at         line 41
                            
    __construct(Pimple $app)
        
    
    
        at         line 55
                            Boolean
    isValid(string $name)
        
    
    Returns true if the string is a valid service method representation.
        at         line 69
                            array
    convertCallback(string $name)
        
    
    Returns a callable given its string representation.