Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • AssetCollectionInterface
  • AssetInterface
  • ContentViewInterface
  • HttpContextInterface
  • HttpContextReaderInterface
  • HttpControllerResponseInterface
  • HttpDispatcherInterface
  • HttpResponseProcessorInterface
  • HttpServiceFactoryInterface
  • HttpServiceInterface
  • HttpViewControllerFactoryInterface
  • HttpViewControllerInterface
  • HttpViewControllerRegistryInterface

Interface ContentViewInterface

Interface ContentViewInterface

Package: Http\Interfaces
Category: System
Located at SystemServices/Http/Interfaces/ContentViewInterface.inc.php

Methods summary

public
# set_content_template( $templateFile )

Sets the content template file.

Sets the content template file.

Parameters

$templateFile
public
# set_content_data( string $key, mixed $value )

Inject the content data to the template file that they are accessible in template with variables.

Inject the content data to the template file that they are accessible in template with variables.

Parameters

$key
Variable name in the template file.
$value
Value in the template which can get accessed by the $key inside the set template file.
public
# set_template_dir( string $templateDirectoryPath )

Sets the template directory path.

Sets the template directory path.

Parameters

$templateDirectoryPath
Absolute path to the template directory.
API documentation generated by ApiGen