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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$converters eZ\Publish\Core\FieldType\RichText\Converter[] An array of converters, sorted by priority.

공개 메소드들

메소드 설명
__construct ( array $converters = [] )
convert ( DOMDocument $document ) : DOMDocument Performs conversion of the given $document using configured converters.

메소드 상세

__construct() 공개 메소드

public __construct ( array $converters = [] )
$converters array An array of Converters, sorted by priority

convert() 공개 메소드

Performs conversion of the given $document using configured converters.
public convert ( DOMDocument $document ) : DOMDocument
$document DOMDocument
리턴 DOMDocument

프로퍼티 상세

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

An array of converters, sorted by priority.
protected Converter[],eZ\Publish\Core\FieldType\RichText $converters
리턴 eZ\Publish\Core\FieldType\RichText\Converter[]