Method | Description | |
---|---|---|
__construct ( eZ\Publish\Core\Persistence\Database\DatabaseHandler $db ) | Create instance of RelationList converter. | |
getIndexColumn ( ) : boolean | Returns the name of the index column in the attribute table. | |
toFieldDefinition ( |
Converts field definition data in $storageDef into $fieldDef. | |
toFieldValue ( |
Converts data from $value to $fieldValue. | |
toStorageFieldDefinition ( eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDef, |
Converts field definition data in $fieldDef into $storageFieldDef. | |
toStorageValue ( eZ\Publish\SPI\Persistence\Content\FieldValue $value, |
Converts data from $value to $storageFieldValue. |
Method | Description | |
---|---|---|
getRelationXmlHashFromDB ( array $destinationContentIds ) : array |
Method | Description | |
---|---|---|
dbAttributeMap ( ) : array |
public __construct ( eZ\Publish\Core\Persistence\Database\DatabaseHandler $db ) | ||
$db | eZ\Publish\Core\Persistence\Database\DatabaseHandler |
public getIndexColumn ( ) : boolean | ||
return | boolean |
protected getRelationXmlHashFromDB ( array $destinationContentIds ) : array | ||
$destinationContentIds | array | |
return | array |
public toFieldDefinition ( |
||
$storageDef | ||
$fieldDef | eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition |
public toFieldValue ( |
||
$value | ||
$fieldValue | eZ\Publish\SPI\Persistence\Content\FieldValue |
public toStorageFieldDefinition ( eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDef, |
||
$fieldDef | eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition | |
$storageDef |
public toStorageValue ( eZ\Publish\SPI\Persistence\Content\FieldValue $value, |
||
$value | eZ\Publish\SPI\Persistence\Content\FieldValue | |
$storageFieldValue |