Method | Description | |
---|---|---|
getDefaultAdapter ( ) : boolean | Pimcore\Document\Adapter | Returns adapter class if exists or false if doesn't exist | |
getInstance ( null $adapter = null ) : boolean | null | |
Singleton for Pimcore\Document | |
isAvailable ( ) : boolean | Checks if adapter is available. | |
isFileTypeSupported ( $filetype ) : boolean | Checks if a file type is supported by the adapter. |
public static getDefaultAdapter ( ) : boolean | Pimcore\Document\Adapter | ||
return | boolean | Pimcore\Document\Adapter |
public static isAvailable ( ) : boolean | ||
return | boolean |
public static isFileTypeSupported ( $filetype ) : boolean | ||
$filetype | ||
return | boolean |