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:
parent
4e49cd5618
commit
c448be28cc
@ -1,6 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace chat\data;
|
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 {
|
abstract class CHATDatabaseObject extends \wcf\data\DatabaseObject {
|
||||||
/**
|
/**
|
||||||
* @see \wcf\data\DatabaseObject::getDatabaseTableName()
|
* @see \wcf\data\DatabaseObject::getDatabaseTableName()
|
||||||
|
Loading…
Reference in New Issue
Block a user