abstract class BlogPostAdapterUtil extends BaseAdapterUtil

Abstract class BlogPostAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

__BLOG_POST_CLASS__

Full class name used for deserializing

BLOG_POST_BACKEND_ADD_POST_JSON_PARAM

BLOG_POST_BACKEND_EDIT_POST_PARAM

BLOG_POST_BACKEND_EDIT_POST_JSON_PARAM

BLOG_POST_BACKEND_SHOW_ALL_JSON_PARAM

BLOG_POST_BACKEND_DELETE_JSON_PARAM

BLOG_POST_FRONTEND_SHOW_ALL_PARAM

BLOG_POST_FRONTEND_SHOW_BY_CATEGORY_PARAM

BLOG_POST_FRONTEND_SHOW_SINGLE_PARAM

BLOG_POST_FRONTEND_SHOW_PAGINATION_PARAM

BLOG_POST_FRONTEND_SHOW_PAGINATION_BY_CAT_PARAM

BLOG_POST_FRONTEND_ISOTOPE

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

Details

in BaseAdapterUtil at line 31
static bool isAcceptable(string $param)

Parameters

string $param

Return Value

bool

Exceptions

ReflectionException

in BaseAdapterUtil at line 43
static protected array getPossibleValues()

Gets an array of the possible values.

Return Value

array

Exceptions

ReflectionException