Exemple #1
0
 /**
  * Get configuration data of a host templates
  * 
  * @param int $hostId
  * @return array
  */
 public static function getTemplatesChainConfigurationData($hostId)
 {
     return HostRepository::getTemplateChainTree($hostId);
 }