PHP 클래스 Pimcore\Document

파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 메소드들

메소드 설명
getDefaultAdapter ( ) : boolean | Pimcore\Document\Adapter Returns adapter class if exists or false if doesn't exist
getInstance ( null $adapter = null ) : boolean | null | Document Singleton for Pimcore\Document
isAvailable ( ) : boolean Checks if adapter is available.
isFileTypeSupported ( $filetype ) : boolean Checks if a file type is supported by the adapter.

메소드 상세

getDefaultAdapter() 공개 정적인 메소드

Returns adapter class if exists or false if doesn't exist
public static getDefaultAdapter ( ) : boolean | Pimcore\Document\Adapter
리턴 boolean | Pimcore\Document\Adapter

getInstance() 공개 정적인 메소드

Singleton for Pimcore\Document
public static getInstance ( null $adapter = null ) : boolean | null | Document
$adapter null
리턴 boolean | null | Document

isAvailable() 공개 정적인 메소드

Checks if adapter is available.
public static isAvailable ( ) : boolean
리턴 boolean

isFileTypeSupported() 공개 정적인 메소드

Checks if a file type is supported by the adapter.
public static isFileTypeSupported ( $filetype ) : boolean
$filetype
리턴 boolean