Summary
- File
- Package hierarchy Item\controllers
- Class hierarchy \AbstractController \ModuleController \AbstractItemController \DefaultSeveralItemsController
This class defines the minimalist controler pattern
This class defines the minimalist controler pattern
__construct( $module_id = '')
$module_id |
None found |
__static()
None found |
get_right_controller_regarding_authorizations() : \Controller
Returns the right controller to execute regarding the authorizations defined for the controller
the right controller
None found |
get_module()
None found |
execute(\HTTPRequestCustom $request)
\HTTPRequestCustom | $request |
None found |
get_view( $module_id = '')
$module_id |
None found |
get_items_manager() : \ItemsManager
None found |
display_unexisting_page()
None found |
display_user_not_authorized_page()
None found |
display_user_in_read_only_page()
None found |
get_additional_view_parameters()
None found |
get_template_to_use() : \Template
None found |
check_authorizations() : boolean
Authorization to display the controller
None found |
init(\HTTPRequestCustom $request)
\HTTPRequestCustom | $request |
None found |
get_category()
None found |
get_keyword()
None found |
build_view()
None found |
build_sorting_form()
None found |
build_categories_listing_view()
None found |
get_pagination()
None found |
get_subcategories_pagination( $subcategories_number)
$subcategories_number |
None found |
generate_response()
None found |
$config :
None found |
$lang :
None found |
$items_lang :
None found |
$view :
None found |
$enabled_features :
None found |
$module_id :
None found |
$sort_field :
None found |
$sort_mode :
None found |
$page :
None found |
$subcategories_page :
None found |
$sql_condition :
None found |
$sql_parameters :
None found |
$page_title :
None found |
$page_description :
None found |
$current_url :
None found |
$pagination_url :
None found |
$url_without_sorting_parameters :
None found |
$category :
None found |
$keyword :
None found |