spreed/tests/stubs/oc_comments_comment.php

11 строки
227 B
PHP

<?php
namespace OC\Comments {
class Comment implements \OCP\Comments\IComment {
public function __construct(array $data = null) {
}
public function setMessage($message, $maxLength = self::MAX_MESSAGE_LENGTH) {
}
}
}