MethodSpecFactory
final class MethodSpecFactory implements MethodSpecFactoryInterface
| internal | This class is not covered by the backward compatibility promise | 
Constants
| IS_PUBLIC | 
                     
  | 
            
| IS_PROTECTED | 
                     
  | 
            
| IS_PRIVATE | 
                     
  | 
            
| NOT_PUBLIC | 
                     
  | 
            
| NOT_PROTECTED | 
                     
  | 
            
| NOT_PRIVATE | 
                     
  | 
            
| ACCESS_MAP | 
                     
  | 
            
| private RE_STATIC | 
                     
  | 
            
| private RE_ACCESS | 
                     
  | 
            
| private RE_ABSTRACT | 
                     
  | 
            
| private RE_FINAL | 
                     
  | 
            
| private RE_IDENT | 
                     
  | 
            
| private RE_NAME | 
                     
  | 
            
Methods
                    fromString(string $string)
        
                                            
                
            Parses string containing method requirement specification.
Details
        at line 40
                            MethodSpecInterface
    fromString(string $string)
        
    
    Parses string containing method requirement specification.