Sulu\Bundle\ContentBundle\Content\InternalLinksContainer::__construct PHP Метод

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

public __construct ( $ids, Sulu\Component\Content\Query\ContentQueryExecutorInterface $contentQueryExecutor, Sulu\Component\Content\Query\ContentQueryBuilderInterface $contentQueryBuilder, $params, Psr\Log\LoggerInterface $logger, $webspaceKey, $languageCode, $showDrafts )
$contentQueryExecutor Sulu\Component\Content\Query\ContentQueryExecutorInterface
$contentQueryBuilder Sulu\Component\Content\Query\ContentQueryBuilderInterface
$logger Psr\Log\LoggerInterface
    public function __construct($ids, ContentQueryExecutorInterface $contentQueryExecutor, ContentQueryBuilderInterface $contentQueryBuilder, $params, LoggerInterface $logger, $webspaceKey, $languageCode, $showDrafts)
    {
        $this->ids = $ids;
        $this->contentQueryExecutor = $contentQueryExecutor;
        $this->contentQueryBuilder = $contentQueryBuilder;
        $this->logger = $logger;
        $this->webspaceKey = $webspaceKey;
        $this->languageCode = $languageCode;
        $this->params = $params;
        $this->showDrafts = $showDrafts;
    }