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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$creationDate DateTime
$modificationDate DateTime

공개 메소드들

메소드 설명
setUp ( )
testResultContainsVersionInfoChildren ( string $result )
testVersionInfoContentElement ( string $result )
testVersionInfoCreationDateElement ( string $result )
testVersionInfoIdElement ( string $result )
testVersionInfoInitialLanguageCodeElement ( string $result )
testVersionInfoLanguageCodesElement ( string $result )
testVersionInfoModificationDateElement ( string $result )
testVersionInfoNamesElement ( string $result )
testVersionInfoStatusElement ( string $result )
testVersionInfoVersionNoElement ( string $result )
testVisit ( ) : string Test the VersionInfo visitor.

보호된 메소드들

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

메소드 상세

internalGetVisitor() 보호된 메소드

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

setUp() 공개 메소드

public setUp ( )

testResultContainsVersionInfoChildren() 공개 메소드

testVersionInfoContentElement() 공개 메소드

public testVersionInfoContentElement ( string $result )
$result string

testVersionInfoCreationDateElement() 공개 메소드

public testVersionInfoCreationDateElement ( string $result )
$result string

testVersionInfoIdElement() 공개 메소드

public testVersionInfoIdElement ( string $result )
$result string

testVersionInfoInitialLanguageCodeElement() 공개 메소드

testVersionInfoLanguageCodesElement() 공개 메소드

testVersionInfoModificationDateElement() 공개 메소드

testVersionInfoNamesElement() 공개 메소드

public testVersionInfoNamesElement ( string $result )
$result string

testVersionInfoStatusElement() 공개 메소드

public testVersionInfoStatusElement ( string $result )
$result string

testVersionInfoVersionNoElement() 공개 메소드

public testVersionInfoVersionNoElement ( string $result )
$result string

testVisit() 공개 메소드

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

프로퍼티 상세

$creationDate 보호되어 있는 프로퍼티

protected DateTime $creationDate
리턴 DateTime

$modificationDate 보호되어 있는 프로퍼티

protected DateTime $modificationDate
리턴 DateTime