0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: sofort_element.php.tar
home/academiac/www/plugins/vmpayment/sofort/sofort/library/helper/elements/sofort_element.php 0000604 00000000621 15137651357 0027045 0 ustar 00 <?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(); } ?>