PHP 클래스 eZ\Publish\Core\FieldType\RichText\Converter\Link

상속: implements eZ\Publish\Core\FieldType\RichText\Converter
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$contentService eZ\Publish\API\Repository\ContentService
$locationService eZ\Publish\API\Repository\LocationService
$logger Psr\Log\LoggerInterface
$urlAliasRouter eZ\Publish\Core\MVC\Symfony\Routing\UrlAliasRouter

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\LocationService $locationService, eZ\Publish\API\Repository\ContentService $contentService, UrlAliasRouter $urlAliasRouter, Psr\Log\LoggerInterface $logger = null )
convert ( DOMDocument $document ) : DOMDocument Converts internal links (ezcontent:// and ezlocation://) to URLs.

메소드 상세

__construct() 공개 메소드

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

convert() 공개 메소드

Converts internal links (ezcontent:// and ezlocation://) to URLs.
public convert ( DOMDocument $document ) : DOMDocument
$document DOMDocument
리턴 DOMDocument

프로퍼티 상세

$contentService 보호되어 있는 프로퍼티

protected ContentService,eZ\Publish\API\Repository $contentService
리턴 eZ\Publish\API\Repository\ContentService

$locationService 보호되어 있는 프로퍼티

protected LocationService,eZ\Publish\API\Repository $locationService
리턴 eZ\Publish\API\Repository\LocationService

$logger 보호되어 있는 프로퍼티

protected LoggerInterface,Psr\Log $logger
리턴 Psr\Log\LoggerInterface

$urlAliasRouter 보호되어 있는 프로퍼티

protected UrlAliasRouter,eZ\Publish\Core\MVC\Symfony\Routing $urlAliasRouter
리턴 eZ\Publish\Core\MVC\Symfony\Routing\UrlAliasRouter