Sulu\Component\Content\Query\ContentQueryExecutor::__construct PHP Method

__construct() public method

public __construct ( Sulu\Component\PHPCR\SessionManager\SessionManagerInterface $sessionManager, Sulu\Component\Content\Mapper\ContentMapperInterface $contentMapper, Symfony\Component\Stopwatch\Stopwatch $stopwatch = null )
$sessionManager Sulu\Component\PHPCR\SessionManager\SessionManagerInterface
$contentMapper Sulu\Component\Content\Mapper\ContentMapperInterface
$stopwatch Symfony\Component\Stopwatch\Stopwatch
    public function __construct(SessionManagerInterface $sessionManager, ContentMapperInterface $contentMapper, Stopwatch $stopwatch = null)
    {
        $this->sessionManager = $sessionManager;
        $this->contentMapper = $contentMapper;
        $this->stopwatch = $stopwatch;
    }