public function __construct() { parent::__construct(); $this->name = __('Database', 'Shopp'); $this->_table = ShoppDatabaseObject::tablename($this->_table); $this->_metatable = ShoppDatabaseObject::tablename($this->_metatable); }
/** * FSStorage constructor * * * @return void **/ function __construct () { parent::__construct(); $this->name = __('File system','Ecart'); }
/** * FSStorage constructor */ public function __construct() { parent::__construct(); $this->name = __('File system', 'Shopp'); $this->webroot = apply_filters('shopp_fsstorage_webroot', $_SERVER['DOCUMENT_ROOT']); }