PHP 클래스 eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RelationListTest

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
testRelationListVisitsChildren ( ) Test if RelationList visitor visits the children.
testResultContainsRelationsAttributes ( string $result ) Test if result contains Relations element attributes.
testResultContainsRelationsElement ( string $result ) Test if result contains Relations element.
testVisit ( ) : string Test the RelationList visitor.

보호된 메소드들

메소드 설명
internalGetVisitor ( ) : RelationList Get the RelationList visitor.

메소드 상세

internalGetVisitor() 보호된 메소드

Get the RelationList visitor.
protected internalGetVisitor ( ) : RelationList
리턴 eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RelationList

testRelationListVisitsChildren() 공개 메소드

Test if RelationList visitor visits the children.

testResultContainsRelationsAttributes() 공개 메소드

Test if result contains Relations element attributes.

testResultContainsRelationsElement() 공개 메소드

Test if result contains Relations element.
public testResultContainsRelationsElement ( string $result )
$result string

testVisit() 공개 메소드

Test the RelationList visitor.
public testVisit ( ) : string
리턴 string