mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
Implements StoredObjectManager for local storage
This commit is contained in:
@@ -226,4 +226,9 @@ class StoredObjectVersion implements TrackCreationInterface
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function isEncrypted(): bool
|
||||
{
|
||||
return ([] !== $this->getKeyInfos()) && ([] !== $this->getIv());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user