[ [ 'dest' => '\Modules\HumanResourceManagement\Controller\BackendController:viewHrStaffList', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::HR, ], ], ], '^/humanresource/staff/view(\?.*$|$)' => [ [ 'dest' => '\Modules\HumanResourceManagement\Controller\BackendController:viewHrStaffView', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::HR, ], ], ], '^/humanresource/staff/create(\?.*$|$)' => [ [ 'dest' => '\Modules\HumanResourceManagement\Controller\BackendController:viewHrStaffCreate', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, 'state' => PermissionCategory::HR, ], ], ], '^/humanresource/department/list(\?.*$|$)' => [ [ 'dest' => '\Modules\HumanResourceManagement\Controller\BackendController:viewHrDepartmentList', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::DEPARTMENT, ], ], ], '^/humanresource/department/view(\?.*$|$)' => [ [ 'dest' => '\Modules\HumanResourceManagement\Controller\BackendController:viewHrDepartmentView', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::DEPARTMENT, ], ], ], '^/humanresource/position/list(\?.*$|$)' => [ [ 'dest' => '\Modules\HumanResourceManagement\Controller\BackendController:viewHrPositionList', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::POSITION, ], ], ], '^/humanresource/position/view(\?.*$|$)' => [ [ 'dest' => '\Modules\HumanResourceManagement\Controller\BackendController:viewHrPositionView', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::POSITION, ], ], ], ];