Class Context
Representation of a validation context.
Methods summary
				 public 
				mixed|null
				
				
			 | 
			|
				 public 
				mixed
				
				
			 | 
			|
				 public 
				mixed|null
				
				
			 | 
			
Properties summary
				public  
				string
			 | 
			
					$attribute
				 The attribute being validated.  | 
			|
				public  
				mixed
			 | 
			
					$value
				 The value of the attribute being validated.  | 
			|
				public  
				 | 
			
					$reader
				 A reader adapter.  | 
			|
				public  
				 | 
			
					$validator
				 The current validator.  | 
			|
				public  
				array
			 | 
			
					$validator_params
				 The validator parameters.  | 
			
				 
					#
					 
			[]
				 | 
		
				public  
				string
			 | 
			
					$message
				 The possible error message for the current validator.  | 
			|
				public  
				array
			 | 
			
					$message_args
				 The arguments for the possible error message.  | 
			
				 
					#
					 
			[]
				 | 
		
				public  
				Message[][]
			 | 
			
					$errors
				 The collected errors.  | 
			
				 
					#
					 
			[]
				 |