PHP Класс eZ\Publish\Core\FieldType\RichText\InternalLinkValidator

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\LocationService $locationService )
validate ( string $scheme, string $id ) : boolean Validates following link formats: 'ezcontent://', 'ezremote://', 'ezlocation://'.

Описание методов

__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

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

Validates following link formats: 'ezcontent://', 'ezremote://', 'ezlocation://'.
public validate ( string $scheme, string $id ) : boolean
$scheme string
$id string
Результат boolean