PHP Classes

File: template/Code/service-get-item-contents

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/Code/service-get-item-contents   Download  
File: template/Code/service-get-item-contents
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 525 bytes
 

Contents

Class file image Download
$arrayParameters = $this->makeArrayFromParameters(__METHOD__, func_get_args()); $arrayParameters = $this->sendEvent('ModuleTpl_service_get_item_start', $arrayParameters); $ModuleTplTable = $this->getServiceManager()->get('ModuleTplTable'); $item = $ModuleTplTable->getEntryById($arrayParameters['id'])->current(); $arrayParameters['results'] = $item; $arrayParameters = $this->sendEvent('ModuleTpl_service_get_item_end', $arrayParameters); return $arrayParameters['results'];