ValidateResult read-only
final class ValidateResult (View source)
Constants
| VALIDATE_RESULT_SUCCESS | 
                     
  | 
            
| VALIDATE_RESULT_ERROR | 
                     
  | 
            
| VALIDATE_RESULT_ERROR_URL_MISMATCH | 
                     
  | 
            
Properties
| bool | $valid | ||
| string | $site | ||
| string | $error | ||
| int | $code | 
Methods
                    __construct(bool $valid, string $site, string $error = '', $code = 0)
        
                                            
                
            No description
Details
        
                            
    __construct(bool $valid, string $site, string $error = '', $code = 0)
        
    
    No description