PHP Интерфейс eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\Collector\SuggestionCollectorInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
addSuggestion ( ConfigSuggestion $suggestion ) Adds a config suggestion to the list.
getSuggestions ( ) : ConfigSuggestion[] Returns all config suggestions.
hasSuggestions ( ) : boolean

Описание методов

addSuggestion() публичный Метод

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

getSuggestions() публичный Метод

Returns all config suggestions.
public getSuggestions ( ) : ConfigSuggestion[]
Результат eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\ConfigSuggestion[]

hasSuggestions() публичный Метод

public hasSuggestions ( ) : boolean
Результат boolean