1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-09 00:20:08 +00:00

Fixed indentation, added class comment

This commit is contained in:
max-m 2013-01-27 17:24:00 +01:00
parent 4e49cd5618
commit c448be28cc

View File

@ -1,6 +1,14 @@
<?php
namespace chat\data;
/**
* Basic implementation that sets proper table name
* @author Tim Düsterhus
* @copyright 2010-2013 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package be.bastelstu.chat
* @subpackage data
*/
abstract class CHATDatabaseObject extends \wcf\data\DatabaseObject {
/**
* @see \wcf\data\DatabaseObject::getDatabaseTableName()