6 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| interface IHandler {
 | |
| 	function csrf_ignore($method);
 | |
| 	function before($method);
 | |
| 	function after();
 | |
| }
 | 
