✏️ 正在编辑: elements-base.class.php
路径:
/home/bpioifn/www/pigmentse/modules/revsliderprestashop/includes/framework/elements-base.class.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * @author ThemePunch <info@themepunch.com> * @link http://www.themepunch.com/ * @copyright 2015 ThemePunch */ // class UniteElementsBaseRev{ // // protected $db; // // public function __construct(){ // // $this->db = new UniteDBRev(); // } // // } class RevSliderElementsBase { protected $db; public function __construct(){ $this->db = rev_db_class::rev_db_instance(); } } /** * old classname extends new one (old classnames will be obsolete soon) * @since: 5.0 **/ class UniteElementsBaseRev extends RevSliderElementsBase {} ?>
💾 保存文件
← 返回文件管理器