PHP Interface eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\Collector\SuggestionCollectorInterface

显示文件 Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Public Methods

Method Description
addSuggestion ( ConfigSuggestion $suggestion ) Adds a config suggestion to the list.
getSuggestions ( ) : ConfigSuggestion[] Returns all config suggestions.
hasSuggestions ( ) : boolean

Method Details

addSuggestion() public method

Adds a config suggestion to the list.
public addSuggestion ( ConfigSuggestion $suggestion )
$suggestion eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\ConfigSuggestion

getSuggestions() public method

Returns all config suggestions.
public getSuggestions ( ) : ConfigSuggestion[]
return eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\ConfigSuggestion[]

hasSuggestions() public method

public hasSuggestions ( ) : boolean
return boolean