PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Tests\Content\Location\MapperTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$locationCreateStructValues array Expected Location CreateStruct object properties values.
$locationRow array Location data from the database.
$locationValues array Expected Location object properties values.

공개 메소드들

메소드 설명
testCreateLocationFromRow ( )
testCreateLocationFromRowWithPrefix ( )
testCreateLocationsFromRows ( )
testCreateTrashedFromRow ( )
testGetLocationCreateStruct ( )

메소드 상세

testCreateLocationFromRow() 공개 메소드

testCreateLocationFromRowWithPrefix() 공개 메소드

testCreateLocationsFromRows() 공개 메소드

testCreateTrashedFromRow() 공개 메소드

testGetLocationCreateStruct() 공개 메소드

프로퍼티 상세

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

Expected Location CreateStruct object properties values.
protected array $locationCreateStructValues
리턴 array

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

Location data from the database.
protected array $locationRow
리턴 array

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

Expected Location object properties values.
protected array $locationValues
리턴 array