HomeController
extends AbstractController
Table of Contents
Methods
-
aboutPage()
: Response
-
contactUs()
: Response
-
index()
: Response
-
manageBuildingAndContructionPage()
: Response
-
manageFundManagement()
: Response
-
manageInventoryPage()
: Response
-
manageMobilityAndAccesibilityPage()
: Response
-
managePaymentAndBillingPage()
: Response
-
manageRestaurantAndHotelPage()
: Response
-
manageSalePage()
: Response
-
manageStockPage()
: Response
-
manageSuppliersPage()
: Response
-
pricing()
: Response
-
termsOfUse()
: Response
aboutPage()
public
aboutPage() : Response
-
#[Route]
-
'/about'
-
$name: 'about_page'
public
contactUs(Request $request, MailerService $mailerService) : Response
Parameters
-
$request
: Request
-
-
$mailerService
: MailerService
-
-
throws
-
TransportExceptionInterface
-
#[Route]
-
'/contact-us'
-
$name: 'app_contact_us'
index()
public
index(PricingPlanRepository $pricingPlanRepository) : Response
Parameters
-
$pricingPlanRepository
: PricingPlanRepository
-
-
#[Route]
-
'/'
-
$name: 'app_home'
manageBuildingAndContructionPage()
public
manageBuildingAndContructionPage() : Response
Attributes
-
#[Route]
-
'/sector/building_construction'
-
$name: 'app_building_construction'
manageFundManagement()
public
manageFundManagement() : Response
-
#[Route]
-
'/fund-management'
-
$name: 'app_fund_management'
manageInventoryPage()
public
manageInventoryPage() : Response
-
#[Route]
-
'/inventory-management'
-
$name: 'app_inventory_management'
manageMobilityAndAccesibilityPage()
public
manageMobilityAndAccesibilityPage() : Response
Attributes
-
#[Route]
-
'/mobility-accesibility'
-
$name: 'app_mobility_accessibility'
managePaymentAndBillingPage()
public
managePaymentAndBillingPage() : Response
Attributes
-
#[Route]
-
'/payment-billing'
-
$name: 'app_payment_management'
manageRestaurantAndHotelPage()
public
manageRestaurantAndHotelPage() : Response
Attributes
-
#[Route]
-
'/sector/restaurant-hotels'
-
$name: 'app_restaurant_hotels'
manageSalePage()
public
manageSalePage() : Response
-
#[Route]
-
'/sale-management'
-
$name: 'app_sale_management'
manageStockPage()
public
manageStockPage() : Response
-
#[Route]
-
'/stock-management'
-
$name: 'app_stock_management'
manageSuppliersPage()
public
manageSuppliersPage() : Response
-
#[Route]
-
'/suppliers-management'
-
$name: 'app_suppliers_management'
pricing()
public
pricing(PricingPlanRepository $pricingPlanRepository) : Response
Parameters
-
$pricingPlanRepository
: PricingPlanRepository
-
-
#[Route]
-
'/pricing'
-
$name: 'app_pricing'
termsOfUse()
public
termsOfUse() : Response
-
#[Route]
-
'/terms_of_use'
-
$name: 'terms_of_use'