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

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

공개 메소드들

메소드 설명
testResultContainsRoleListAttributes ( string $result ) Test if result contains RoleList element attributes.
testResultContainsRoleListElement ( string $result ) Test if result contains RoleList element.
testRoleListVisitsChildren ( ) Test if RoleList visitor visits the children.
testVisit ( ) : string Test the RoleList visitor.

보호된 메소드들

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

메소드 상세

internalGetVisitor() 보호된 메소드

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

testResultContainsRoleListAttributes() 공개 메소드

Test if result contains RoleList element attributes.

testResultContainsRoleListElement() 공개 메소드

Test if result contains RoleList element.
public testResultContainsRoleListElement ( string $result )
$result string

testRoleListVisitsChildren() 공개 메소드

Test if RoleList visitor visits the children.

testVisit() 공개 메소드

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