- Initial commit from WCF/LGPL SVN-Repository, skipped history
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / package / TemplatesFileHandler.class.php
CommitLineData
11ade432
AE
1<?php
2namespace wcf\system\package;
3
4/**
5 * TemplatesFileHandler is a FileHandler implementation for the installation of template files.
6 *
7 * @author Benjamin Kunz
8 * @copyright 2001-2011 WoltLab GmbH
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package com.woltlab.wcf
11 * @subpackage system.package
12 * @category Community Framework
13 */
14class TemplatesFileHandler extends ACPTemplatesFileHandler {
15 protected $tableName = '_template';
16}
17?>