%PDF- %PDF-
Direktori : /home/lightco1/www/plugins/vmpayment/sofort/sofort/library/helper/elements/ |
Current File : /home/lightco1/www/plugins/vmpayment/sofort/sofort/library/helper/elements/sofort_element.php |
<?php /** * @author SOFORT AG (integration@sofort.com) * @link http://www.sofort.com/ * * Copyright (c) 2012 SOFORT AG * * Released under the GNU General Public License (Version 2) * [http://www.gnu.org/licenses/gpl-2.0.html] */ /** * * Implementation of a simple element * */ abstract class SofortElement { /** * * Render the element */ public abstract function render(); } ?>