eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\ConfigSuggestion::__construct PHP Метод

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

public __construct ( $message = null, array $suggestion = [], $mandatory = false )
$suggestion array
    public function __construct($message = null, array $suggestion = array(), $mandatory = false)
    {
        $this->message = $message;
        $this->suggestion = $suggestion;
        $this->mandatory = $mandatory;
    }