* Validates parameters to load comments.
*
* @throws PermissionDeniedException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateLoadComments()
{
* Returns parsed comments.
*
* @return array
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function loadComments()
{
*
* @throws PermissionDeniedException
* @since 3.1
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateLoadComment()
{
*
* @return string[]
* @since 3.1
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function loadComment()
{
* Validates the `loadResponse` action.
*
* @since 3.1
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateLoadResponse()
{
*
* @return string[]
* @since 3.1
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function loadResponse()
{
* Validates parameters to add a comment.
*
* @throws PermissionDeniedException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateAddComment()
{
* Adds a comment.
*
* @return string[]
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function addComment()
{
}
/**
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function triggerPublication()
{
* Validates parameters to add a response.
*
* @throws PermissionDeniedException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateAddResponse()
{
* Adds a response.
*
* @return array
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function addResponse()
{
/**
* Publishes a response.
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function triggerPublicationResponse()
{
* Validates the `enable` action.
*
* @throws PermissionDeniedException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateEnable()
{
* Enables a comment.
*
* @return int[]
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function enable()
{
*
* @throws PermissionDeniedException
* @throws UserInputException
- * @deprecated 6.0
+ * @deprecated 6.0 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateEnableResponse()
{
* Enables a response.
*
* @return int[]
- * @deprecated 6.0
+ * @deprecated 6.0 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function enableResponse()
{
/**
* @inheritDoc
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateBeginEdit()
{
/**
* @inheritDoc
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function beginEdit()
{
/**
* @inheritDoc
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateSave()
{
/**
* @inheritDoc
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function save()
{
*
* @throws PermissionDeniedException
* @throws UserInputException
- * @deprecated 6.0
+ * @deprecated 6.0 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateRemove()
{
* Removes a comment or response.
*
* @return int[]
- * @deprecated 6.0
+ * @deprecated 6.0 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function remove()
{
/**
* @since 6.0
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
private function validateGetGuestDialog(): void
{
* them enter a username and solving a captcha.
*
* @throws SystemException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
private function getGuestDialog(): ?string
{
* @param Comment $comment
* @param CommentResponse $response
* @return string|string[]
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function renderComment(Comment $comment, ?CommentResponse $response = null)
{
*
* @param CommentResponse $response
* @return string
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function renderResponse(CommentResponse $response)
{
* Validates message parameters.
*
* @throws UserInputException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function validateMessage(bool $isResponse = false)
{
* @param int $objectTypeID
* @return ObjectType
* @throws UserInputException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function validateObjectType($objectTypeID = null)
{
* Validates comment id parameter.
*
* @throws UserInputException
- * @deprecated 6.0
+ * @deprecated 6.0 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function validateCommentID()
{
* Validates response id parameter.
*
* @throws UserInputException
- * @deprecated 6.0
+ * @deprecated 6.0 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function validateResponseID()
{
/**
* Validates the username parameter.
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function validateUsername()
{
* Validates the captcha challenge.
*
* @throws SystemException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function validateCaptcha()
{
/**
* Sets the list of disallowed bbcodes for comments.
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function setDisallowedBBCodes()
{
* @param string|null $message source message
* @param int $objectID object id
* @return HtmlInputProcessor
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function getHtmlInputProcessor($message = null, $objectID = 0)
{
* Returns the comment object.
*
* @return Comment
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function getComment()
{
* Returns the comment response object.
*
* @return CommentResponse
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function getResponse()
{
* Returns the comment manager.
*
* @return ICommentManager
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function getCommentManager()
{
/**
* Validates parameters to load responses for a given comment id.
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateLoadResponses()
{
* Returns parsed responses for given comment id.
*
* @return array
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function loadResponses()
{
/**
* @inheritDoc
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateBeginEdit()
{
/**
* @inheritDoc
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function beginEdit()
{
/**
* @inheritDoc
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateSave()
{
/**
* @inheritDoc
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function save()
{
* Validates message parameter.
*
* @throws UserInputException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function validateMessage()
{
* @param int $objectTypeID
* @return ObjectType
* @throws UserInputException
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function validateObjectType($objectTypeID = null)
{
/**
* Sets the list of disallowed bbcodes for comments.
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
protected function setDisallowedBBCodes()
{
* @param string|null $message source message
* @param int $objectID object id
* @return HtmlInputProcessor
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function getHtmlInputProcessor($message = null, $objectID = 0)
{
* @throws PermissionDeniedException
* @throws UserInputException
* @since 6.0
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function validateEnable(): void
{
/**
* @since 6.0
- * @deprecated 6.1
+ * @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
*/
public function enable(): void
{