PHP 클래스 eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\RestContentMetadataUpdateStruct

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

공개 메소드들

메소드 설명
testResultContainsContentUpdateElement ( string $result ) Tests that result contains ContentUpdate element.
testResultOwnerElement ( string $result ) Tests Owner element attributes.
testResultSectionElement ( string $result ) Tests that result contains Section element.
testVisitComplete ( ) : string Test the SectionIncludingContentMetadataUpdateStructTest visitor.
testVisitNoOwnerUpdate ( ) Tests the Owner element attributes.
testVisitNoSectionUpdate ( ) Tests attributes for Section element.

보호된 메소드들

메소드 설명
getValidValues ( ) : array Returns a set of valid struct values.
internalGetVisitor ( ) : eZ\Publish\Core\REST\Client\Output\ValueObjectVisitor\SectionIncludingContentMetadataUpdateStruct

메소드 상세

getValidValues() 보호된 메소드

Returns a set of valid struct values.
protected getValidValues ( ) : array
리턴 array

internalGetVisitor() 보호된 메소드

protected internalGetVisitor ( ) : eZ\Publish\Core\REST\Client\Output\ValueObjectVisitor\SectionIncludingContentMetadataUpdateStruct
리턴 eZ\Publish\Core\REST\Client\Output\ValueObjectVisitor\SectionIncludingContentMetadataUpdateStruct

testResultContainsContentUpdateElement() 공개 메소드

Tests that result contains ContentUpdate element.

testResultOwnerElement() 공개 메소드

Tests Owner element attributes.
public testResultOwnerElement ( string $result )
$result string

testResultSectionElement() 공개 메소드

Tests that result contains Section element.
public testResultSectionElement ( string $result )
$result string

testVisitComplete() 공개 메소드

Test the SectionIncludingContentMetadataUpdateStructTest visitor.
public testVisitComplete ( ) : string
리턴 string

testVisitNoOwnerUpdate() 공개 메소드

Tests the Owner element attributes.

testVisitNoSectionUpdate() 공개 메소드

Tests attributes for Section element.