We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc1d7b commit 0a990daCopy full SHA for 0a990da
classes/ElggQuestion.php
@@ -4,8 +4,12 @@
4
5
/**
6
* 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)
11
*/
-class ElggQuestion extends ElggObject {
12
+class ElggQuestion extends \ElggObject {
13
14
const SUBTYPE = 'question';
15
const STATUS_OPEN = 'open';
0 commit comments