Exemple #1
0
 /**
  * This event handler lists all activated modules with the description
  * of each module.
  * 
  * @access public
  * @param \Zepi\Turbo\Framework $framework
  * @param \Zepi\Turbo\Request\WebRequest $request
  * @param \Zepi\Turbo\Response\Response $response
  */
 public function execute(Framework $framework, WebRequest $request, Response $response)
 {
     // Display the main css group
     $this->assetCacheManager->displayAssetType(AssetManager::CSS);
     // Display the main js group
     $this->assetCacheManager->displayAssetType(AssetManager::JS);
 }