Method |
Description |
|
delete ( ClassMetadataInfo $classMetadata, $id ) : boolean |
|
|
exists ( ClassMetadataInfo $classMetadata, $id ) : boolean |
|
|
insert ( ClassMetadataInfo $classMetadata, string $id, string $xmlContent ) : void |
Insert the XML into the storage system with a specific identifier |
|
load ( ClassMetadataInfo $classMetadata, $id ) : string |
Load XML from storage |
|
update ( ClassMetadataInfo $classMetadata, string $id, string $xmlContent ) : void |
Update the XML in the storage system with a specific identifier |
|