PHP 클래스 Neos\Flow\Tests\Unit\Persistence\Generic\DataMapperTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
mapArrayCreatesExpectedArray ( )
mapArrayMapsNestedArray ( )
mapDateTimeCreatesDateTimeFromTimestamp ( )
mapSplObjectStorageCreatesSplObjectStorage ( )
mapToObjectReconstitutesExpectedObjectAndRegistersItWithIdentityMapToObjects ( ) Test that an object is reconstituted, registered with the identity map and memorizes it's clean state.
mapToObjectReturnsObjectFromIdentityMapIfAvailable ( )
mapToObjectThrowsExceptionOnEmptyInput ( )
mapToObjectsMapsArrayToObjectByCallingMapToObject ( )
thawPropertiesAssignsMetadataToTheProxyIfItExists ( ) After thawing the properties, metadata in the object data will be set as a special proxy property.
thawPropertiesAssignsTheUuidToTheProxy ( ) After thawing the properties, the nodes' uuid will be available in the identifier property of the proxy class.
thawPropertiesDelegatesHandlingOfArraysAndObjects ( )
thawPropertiesFollowsOrderOfGivenObjectData ( )
thawPropertiesSetsPropertyValues ( )
thawPropertiesSkipsPropertiesNoLongerInClassSchema ( ) If a property has been removed from a class old data still in the persistence must be skipped when reconstituting.

메소드 상세

mapArrayCreatesExpectedArray() 공개 메소드

mapArrayMapsNestedArray() 공개 메소드

mapDateTimeCreatesDateTimeFromTimestamp() 공개 메소드

mapSplObjectStorageCreatesSplObjectStorage() 공개 메소드

mapToObjectReconstitutesExpectedObjectAndRegistersItWithIdentityMapToObjects() 공개 메소드

Test that an object is reconstituted, registered with the identity map and memorizes it's clean state.

mapToObjectReturnsObjectFromIdentityMapIfAvailable() 공개 메소드

mapToObjectThrowsExceptionOnEmptyInput() 공개 메소드

mapToObjectsMapsArrayToObjectByCallingMapToObject() 공개 메소드

thawPropertiesAssignsMetadataToTheProxyIfItExists() 공개 메소드

After thawing the properties, metadata in the object data will be set as a special proxy property.

thawPropertiesAssignsTheUuidToTheProxy() 공개 메소드

After thawing the properties, the nodes' uuid will be available in the identifier property of the proxy class.

thawPropertiesDelegatesHandlingOfArraysAndObjects() 공개 메소드

thawPropertiesFollowsOrderOfGivenObjectData() 공개 메소드

또한 보기: http://forge.typo3.org/issues/9684

thawPropertiesSetsPropertyValues() 공개 메소드

thawPropertiesSkipsPropertiesNoLongerInClassSchema() 공개 메소드

If a property has been removed from a class old data still in the persistence must be skipped when reconstituting.