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

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

공개 메소드들

메소드 설명
testAlwaysAvailableCorrect ( DOMDocument $dom )
testContentHrefCorrect ( DOMDocument $dom )
testContentIdCorrect ( DOMDocument $dom )
testContentMediaTypeWithVersionCorrect ( DOMDocument $dom )
testContentMediaTypeWithoutVersionCorrect ( DOMDocument $dom )
testContentRemoteIdCorrect ( DOMDocument $dom )
testContentTypeHrefCorrect ( DOMDocument $dom )
testContentTypeMediaTypeCorrect ( DOMDocument $dom )
testCurrentVersionHrefCorrect ( DOMDocument $dom )
testCurrentVersionMediaTypeCorrect ( DOMDocument $dom )
testCurrentVersionNoCorrect ( DOMDocument $dom )
testEmbeddedCurrentVersionHrefCorrect ( DOMDocument $dom )
testEmbeddedCurrentVersionMediaTypeCorrect ( DOMDocument $dom )
testLastModificationDateCorrect ( DOMDocument $dom )
testLocationsHrefCorrect ( DOMDocument $dom )
testLocationsMediaTypeCorrect ( DOMDocument $dom )
testMainLanguageCodeCorrect ( DOMDocument $dom )
testMainLocationHrefCorrect ( DOMDocument $dom )
testMainLocationMediaTypeCorrect ( DOMDocument $dom )
testNameCorrect ( DOMDocument $dom )
testOwnerHrefCorrect ( DOMDocument $dom )
testOwnerMediaTypeCorrect ( DOMDocument $dom )
testSectionHrefCorrect ( DOMDocument $dom )
testSectionMediaTypeCorrect ( DOMDocument $dom )
testVersionsHrefCorrect ( DOMDocument $dom )
testVersionsMediaTypeCorrect ( DOMDocument $dom )
testVisitWithEmbeddedVersion ( ) : DOMDocument
testVisitWithoutEmbeddedVersion ( ) : DOMDocument

보호된 메소드들

메소드 설명
getBasicRestContent ( )
internalGetVisitor ( ) : RestContent Get the Content visitor.

메소드 상세

getBasicRestContent() 보호된 메소드

protected getBasicRestContent ( )

internalGetVisitor() 보호된 메소드

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

testAlwaysAvailableCorrect() 공개 메소드

public testAlwaysAvailableCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentHrefCorrect() 공개 메소드

public testContentHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentIdCorrect() 공개 메소드

public testContentIdCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentMediaTypeWithVersionCorrect() 공개 메소드

public testContentMediaTypeWithVersionCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentMediaTypeWithoutVersionCorrect() 공개 메소드

public testContentMediaTypeWithoutVersionCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentRemoteIdCorrect() 공개 메소드

public testContentRemoteIdCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentTypeHrefCorrect() 공개 메소드

public testContentTypeHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentTypeMediaTypeCorrect() 공개 메소드

public testContentTypeMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testCurrentVersionHrefCorrect() 공개 메소드

public testCurrentVersionHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testCurrentVersionMediaTypeCorrect() 공개 메소드

public testCurrentVersionMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testCurrentVersionNoCorrect() 공개 메소드

public testCurrentVersionNoCorrect ( DOMDocument $dom )
$dom DOMDocument

testEmbeddedCurrentVersionHrefCorrect() 공개 메소드

public testEmbeddedCurrentVersionHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testEmbeddedCurrentVersionMediaTypeCorrect() 공개 메소드

public testEmbeddedCurrentVersionMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testLastModificationDateCorrect() 공개 메소드

public testLastModificationDateCorrect ( DOMDocument $dom )
$dom DOMDocument

testLocationsHrefCorrect() 공개 메소드

public testLocationsHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testLocationsMediaTypeCorrect() 공개 메소드

public testLocationsMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLanguageCodeCorrect() 공개 메소드

public testMainLanguageCodeCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLocationHrefCorrect() 공개 메소드

public testMainLocationHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLocationMediaTypeCorrect() 공개 메소드

public testMainLocationMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testNameCorrect() 공개 메소드

public testNameCorrect ( DOMDocument $dom )
$dom DOMDocument

testOwnerHrefCorrect() 공개 메소드

public testOwnerHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testOwnerMediaTypeCorrect() 공개 메소드

public testOwnerMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testSectionHrefCorrect() 공개 메소드

public testSectionHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testSectionMediaTypeCorrect() 공개 메소드

public testSectionMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVersionsHrefCorrect() 공개 메소드

public testVersionsHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testVersionsMediaTypeCorrect() 공개 메소드

public testVersionsMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVisitWithEmbeddedVersion() 공개 메소드

public testVisitWithEmbeddedVersion ( ) : DOMDocument
리턴 DOMDocument

testVisitWithoutEmbeddedVersion() 공개 메소드

public testVisitWithoutEmbeddedVersion ( ) : DOMDocument
리턴 DOMDocument