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

Afficher le fichier Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Méthodes publiques

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

Method Details

addSuggestion() public méthode

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

getSuggestions() public méthode

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

hasSuggestions() public méthode

public hasSuggestions ( ) : boolean
Résultat boolean