PHP Interface eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\Formatter\SuggestionFormatterInterface

A SuggestionFormatter will convert a ConfigSuggestion value object to a human readable format (e.g. YAML, XML, JSON...).
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
format ( ConfigSuggestion $configSuggestion )

Method Details

format() public method

public format ( ConfigSuggestion $configSuggestion )
$configSuggestion eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\ConfigSuggestion