Skip to content

Commit 477a57f

Browse files
committed
Update class description
1 parent d4a0ebe commit 477a57f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/LightQL/Entities/Column.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232

3333
namespace ElementaryFramework\LightQL\Entities;
3434

35+
/**
36+
* Column
37+
*
38+
* Describe a database column.
39+
*
40+
* @abstract
41+
* @category Library
42+
* @package LightQL
43+
* @author Nana Axel <ax.lnana@outlook.com>
44+
* @link http://lightql.na2axl.tk/docs/api/LightQL/Entities/Column
45+
*/
3546
class Column
3647
{
3748
private $_name;

0 commit comments

Comments
 (0)