eZ\Publish\Core\FieldType\RichText\InternalLinkValidator::__construct PHP Метод

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

public __construct ( eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\LocationService $locationService )
$contentService eZ\Publish\API\Repository\ContentService
$locationService eZ\Publish\API\Repository\LocationService
    public function __construct(ContentService $contentService, LocationService $locationService)
    {
        $this->contentService = $contentService;
        $this->locationService = $locationService;
    }
InternalLinkValidator