AttachmentFileTypeContract
in
Interface AttachmentFileTypeContract
Table of Contents
Methods
- getAllActive() : Collection
- Get active attachment types
- getAllExtensionActive() : array<string|int, string>
- Get all file extensions of active types
- getAllMineTypeActive() : array<string|int, string>
- Get all file mime of active types
- getAttachmentFileTypes() : Collection
- Get all attachment types
Methods
getAllActive()
Get active attachment types
public
getAllActive() : Collection
Return values
CollectiongetAllExtensionActive()
Get all file extensions of active types
public
getAllExtensionActive() : array<string|int, string>
Return values
array<string|int, string>getAllMineTypeActive()
Get all file mime of active types
public
getAllMineTypeActive() : array<string|int, string>
Return values
array<string|int, string>getAttachmentFileTypes()
Get all attachment types
public
getAttachmentFileTypes() : Collection