10 lines
		
	
	
		
			126 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			126 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Core\Driver\SQL\Strategy;
 | |
| 
 | |
| class CascadeStrategy extends Strategy {
 | |
| 
 | |
|   public function __construct() {
 | |
|   }
 | |
| 
 | |
| } |