Méthode |
Description |
|
__construct ( $baseStoragePath, $defaultFileExtension = 'xml' ) |
Construct a file system store with a specific base path |
|
__destruct ( ) |
Release all known file locks when FileSystemStorage no longer in scope |
|
delete ( ClassMetadataInfo $classMetadata, $id, array $options = [] ) |
{@inheritDoc} |
|
exists ( ClassMetadataInfo $classMetadata, $id ) |
{@inheritDoc} |
|
getFileExtension ( ) : string |
|
|
getFileModeBits ( ) : integer |
|
|
getStoragePath ( ) : string |
|
|
getUseNamespaceInPath ( ) : boolean |
|
|
insert ( ClassMetadataInfo $classMetadata, string $id, string $xmlContent ) : boolean |
Insert the XML into the filesystem with a specific identifier |
|
load ( ClassMetadataInfo $classMetadata, $id ) |
{@inheritDoc} |
|
setFileExtension ( string $fileExtension ) : void |
|
|
setFileModeBits ( integer $fileModeBits ) : void |
|
|
setStoragePath ( string $baseStoragePath ) : void |
|
|
setUseNamespaceInPath ( boolean $useNamespaceInPath ) : void |
|
|
update ( ClassMetadataInfo $classMetadata, string $id, string $xmlContent ) : boolean |
Update the XML in the filesystem with a specific identifier |
|