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

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

공개 메소드들

메소드 설명
testResultContainsRoleAssignmentAttributes ( string $result ) Test if result contains RoleAssignment element attributes.
testResultContainsRoleAssignmentElement ( string $result ) Test if result contains RoleAssignment element.
testResultContainsRoleAttributes ( string $result ) Test if result contains Role element attributes.
testResultContainsRoleElement ( string $result ) Test if result contains Role element.
testVisit ( ) : string Test the RestUserGroupRoleAssignment visitor.

보호된 메소드들

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

메소드 상세

internalGetVisitor() 보호된 메소드

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

testResultContainsRoleAssignmentAttributes() 공개 메소드

Test if result contains RoleAssignment element attributes.

testResultContainsRoleAssignmentElement() 공개 메소드

Test if result contains RoleAssignment element.

testResultContainsRoleAttributes() 공개 메소드

Test if result contains Role element attributes.
public testResultContainsRoleAttributes ( string $result )
$result string

testResultContainsRoleElement() 공개 메소드

Test if result contains Role element.
public testResultContainsRoleElement ( string $result )
$result string

testVisit() 공개 메소드

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