ViewHelpers
in package

This is the ViewHelpers class.

This class centralizes the creation of all the ViewHelpers for a certain 'Theme' and 'Language', and provides them through get methods.

Tags
see
ViewHelpers::getBasket()
see
ViewHelpers::getBlog()
see
ViewHelpers::getCategory()
see
ViewHelpers::getForm()
see
ViewHelpers::getDocument()
see
ViewHelpers::getPage()
see
ViewHelpers::getProduct()
see
ViewHelpers::getThirdParty()
see
ViewHelpers::getUser()
see
ViewHelpers::getUtil()

Table of Contents

__construct() Constructor. It initializes all the ViewHelpers for the given theme and languageSheet.  : mixed
getBasket() This method returns the BasketViewHelper.  : ViewHelper
getBlog() This method returns the BlogViewHelper.  : ViewHelper
getCategory() This method returns the CategoryViewHelper.  : ViewHelper
getDocument() This method returns the DocumentViewHelper.  : ViewHelper
getForm() This method returns the FormViewHelper.  : ViewHelper
getPage() This method returns the PageViewHelper.  : ViewHelper
getProduct() This method returns the ProductViewHelper.  : ViewHelper
getThirdParty() This method returns the ThirdPartyViewHelper.  : ViewHelper
getUser() This method returns the UserViewHelper.  : ViewHelper
getUtil() This method returns the UtilViewHelper.  : ViewHelper

Methods

__construct()

Constructor. It initializes all the ViewHelpers for the given theme and languageSheet.

public __construct(Language $languageSheet, Theme $theme, Session|null $session) : mixed
Parameters
$languageSheet : Language
$theme : Theme
$session : Session|null
Return values
mixed

Search results