PHP 클래스 eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\ConfigSuggestion

The suggestion can be mandatory or not.
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $message = null, array $suggestion = [], $mandatory = false )
getMessage ( ) : string
getSuggestion ( ) : array
isMandatory ( ) : boolean
setMandatory ( boolean $mandatory )
setMessage ( string $message )
setSuggestion ( array $suggestion )

메소드 상세

__construct() 공개 메소드

public __construct ( $message = null, array $suggestion = [], $mandatory = false )
$suggestion array

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

getSuggestion() 공개 메소드

public getSuggestion ( ) : array
리턴 array

isMandatory() 공개 메소드

public isMandatory ( ) : boolean
리턴 boolean

setMandatory() 공개 메소드

public setMandatory ( boolean $mandatory )
$mandatory boolean

setMessage() 공개 메소드

public setMessage ( string $message )
$message string

setSuggestion() 공개 메소드

public setSuggestion ( array $suggestion )
$suggestion array