PHP 클래스 FluentDOM\Serializer\Factory\Group

상속: implements FluentDOM\Serializer\Factory, implements ArrayAccess, implements IteratorAggregate, implements Countable
파일 보기 프로젝트 열기: fluentdom/fluentdom

공개 메소드들

메소드 설명
__construct ( array $factories = [] )
count ( )
createSerializer ( $contentType, DOMNode $node )
getIterator ( )
offsetExists ( $contentType )
offsetGet ( $contentType )
offsetSet ( $contentType, $factory )
offsetUnset ( $contentType )

비공개 메소드들

메소드 설명
normalizeContentType ( $contentType )

메소드 상세

__construct() 공개 메소드

public __construct ( array $factories = [] )
$factories array

count() 공개 메소드

public count ( )

createSerializer() 공개 메소드

public createSerializer ( $contentType, DOMNode $node )
$node DOMNode

getIterator() 공개 메소드

public getIterator ( )

offsetExists() 공개 메소드

public offsetExists ( $contentType )

offsetGet() 공개 메소드

public offsetGet ( $contentType )

offsetSet() 공개 메소드

public offsetSet ( $contentType, $factory )

offsetUnset() 공개 메소드

public offsetUnset ( $contentType )