We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaee71 commit 733bc25Copy full SHA for 733bc25
1 file changed
src/model/AbstractModel.php
@@ -54,15 +54,17 @@ public function getAttributes() {
54
}
55
56
/**
57
- *
+ * Returns this description
58
+ *
59
* @return string
60
*/
61
public function getDescription() {
62
return $this->description;
63
64
65
66
+ * Sets the description, which will also be used when generating a docblock
67
68
* @param string|array $description
69
* @return $this
70
0 commit comments