eZ\Publish\Core\FieldType\RichText\Converter\Link::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\API\Repository\LocationService $locationService, eZ\Publish\API\Repository\ContentService $contentService, UrlAliasRouter $urlAliasRouter, Psr\Log\LoggerInterface $logger = null )
$locationService eZ\Publish\API\Repository\LocationService
$contentService eZ\Publish\API\Repository\ContentService
$urlAliasRouter eZ\Publish\Core\MVC\Symfony\Routing\UrlAliasRouter
$logger Psr\Log\LoggerInterface
    public function __construct(LocationService $locationService, ContentService $contentService, UrlAliasRouter $urlAliasRouter, LoggerInterface $logger = null)
    {
        $this->locationService = $locationService;
        $this->contentService = $contentService;
        $this->urlAliasRouter = $urlAliasRouter;
        $this->logger = $logger;
    }