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

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

public __construct ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ParserInterface $mainConfigParser, eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\Collector\SuggestionCollectorInterface $suggestionCollector )
$mainConfigParser eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ParserInterface
$suggestionCollector eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\Collector\SuggestionCollectorInterface
    public function __construct(ParserInterface $mainConfigParser, SuggestionCollectorInterface $suggestionCollector)
    {
        $this->suggestionCollector = $suggestionCollector;
        $this->mainConfigParser = $mainConfigParser;
    }