mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-16 05:55:20 +02: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 {
|
|
}
|
|
|
|
?>
|