BlogCommentAdapterUtil
abstract class BlogCommentAdapterUtil extends BaseAdapterUtil
Abstract class BlogCommentAdapterUtil contains list of constants which represents converters
Constants
| BASE_CONVERTER_NAME |
Each converter class MUST end with this |
| __BLOG_COMMENT_CLASS__ |
Full class name used for deserializing |
| BLOG_COMMENT_BACKEND_APPROVE_COMMENT_JSON_PARAM |
|
| BLOG_COMMENT_ALL_VALIDATION_BACKEND_JSON_PARAM |
|
| BLOG_COMMENT_SINGLE_REVIEW_BACKEND_JSON_PARAM |
|
| BLOG_COMMENT_EDIT_JSON_PARAM |
|
| BLOG_COMMENT_DELETE_JSON_PARAM |
|
| BLOG_COMMENT_GET_ALL_JSON |
|
| BLOG_COMMENT_GET_COMMENT_NUMBER_JSON |
|
Methods
Details
in BaseAdapterUtil at line 31
static bool
isAcceptable(string $param)
in BaseAdapterUtil at line 43
static protected array
getPossibleValues()
Gets an array of the possible values.