Skip to content

Commit 0a990da

Browse files
committed
chore: entity property documentation
1 parent 0dc1d7b commit 0a990da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

classes/ElggQuestion.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44

55
/**
66
* Question entity class
7+
*
8+
* @property string $comments_enabled are comments enabled for this question (on|off)
9+
* @property int $solution_time timestamp by which time an answer should have been provided
10+
* @property string $status status of the question (open|closed)
711
*/
8-
class ElggQuestion extends ElggObject {
12+
class ElggQuestion extends \ElggObject {
913

1014
const SUBTYPE = 'question';
1115
const STATUS_OPEN = 'open';

0 commit comments

Comments
 (0)