SeedDMS_Core_Storage
in
Class with operations to put documents into the storage
Use the methods to access the document storage
Tags
Table of Contents
Methods
- deleteAttachment() : mixed
- info() : mixed
- saveAttachment() : mixed
Methods
deleteAttachment()
public
deleteAttachment(mixed $document, mixed $attachment) : mixed
Parameters
- $document : mixed
- $attachment : mixed
info()
public
info() : mixed
saveAttachment()
public
saveAttachment(mixed $document, mixed $attachment, mixed $tmpFile) : mixed
Parameters
- $document : mixed
- $attachment : mixed
- $tmpFile : mixed