PHP 인터페이스 eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\Collector\SuggestionCollectorInterface

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 0 사용 예제들

공개 메소드들

메소드 설명
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