* Validates the `loadComment` action.
*
* @throws PermissionDeniedException
+ * @since 3.1
*/
public function validateLoadComment() {
$this->readInteger('objectID', false, 'data');
* Returns a rendered comment.
*
* @return string[]
+ * @since 3.1
*/
public function loadComment() {
if ($this->comment === null) {
/**
* Validates the `loadResponse` action.
+ *
+ * @since 3.1
*/
public function validateLoadResponse() {
$this->validateLoadComment();
/**
* Returns a rendered comment.
- *
+ *
* @return string[]
+ * @since 3.1
*/
public function loadResponse() {
if ($this->comment === null || $this->response === null) {