mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-04 06:11:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			230 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			230 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
/**
 | 
						|
* Smarty Internal Plugin Base
 | 
						|
* 
 | 
						|
* @package Smarty
 | 
						|
* @subpackage PluginsInternal
 | 
						|
* @author Monte Ohrt 
 | 
						|
*/
 | 
						|
/**
 | 
						|
* Smarty Internal PluginBase Class
 | 
						|
*/
 | 
						|
class Smarty_Internal_PluginBase extends Smarty_Internal_Base {
 | 
						|
} 
 | 
						|
 | 
						|
?>
 |