Summary
- abstract
- File
- Package hierarchy Category\controllers
- Class hierarchy \AbstractController \ModuleController \AbstractCategoriesManagementController
This class defines the minimalist controler pattern
This class defines the minimalist controler pattern
__static()
None found |
__construct( $module_id = '')
$module_id |
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_title() : string
Page title
None found |
get_delete_confirmation_message() : string
Delete category confirmation message
None found |
generate_response(\View $view) : \Response
\View | $view |
None found |
get_categories_manager() : \CategoriesManager
None found |
get_display_category_url(integer $category) : \Url
integer | $category | Category |
None found |
get_edit_category_url(integer $category) : \Url
integer | $category | Category |
None found |
get_delete_category_url(integer $category) : \Url
integer | $category | Category |
None found |
get_categories_management_url() : \Url
None found |
get_module_home_page_url() : \Url
None found |
get_module_home_page_title() : string
module home page title
None found |
check_authorizations() : boolean
Authorization to manage categories
None found |
init()
None found |
build_view()
None found |
build_children_view( $template, $categories, $id_parent)
$template | ||
$categories | ||
$id_parent |
None found |
update_positions(\HTTPRequestCustom $request)
\HTTPRequestCustom | $request |
None found |
update_children_positions( $categories, $id_parent)
$categories | ||
$id_parent |
None found |
$module_id :
None found |
$lang :
None found |
$tpl :
None found |
$categories_manager :
None found |