PHP 클래스 Pimcore\Document\Adapter\LibreOffice

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

보호된 프로퍼티들

프로퍼티 타입 설명
$path string

공개 메소드들

메소드 설명
getLibreOfficeCli ( ) : mixed
getPdf ( null $path = null ) : null | string | void
getText ( null $page = null, null $path = null ) : boolean | string
isAvailable ( ) : boolean
isFileTypeSupported ( string $fileType ) : boolean
load ( $path )

메소드 상세

getLibreOfficeCli() 공개 정적인 메소드

public static getLibreOfficeCli ( ) : mixed
리턴 mixed

getPdf() 공개 메소드

public getPdf ( null $path = null ) : null | string | void
$path null
리턴 null | string | void

getText() 공개 메소드

public getText ( null $page = null, null $path = null ) : boolean | string
$page null
$path null
리턴 boolean | string

isAvailable() 공개 메소드

public isAvailable ( ) : boolean
리턴 boolean

isFileTypeSupported() 공개 메소드

public isFileTypeSupported ( string $fileType ) : boolean
$fileType string
리턴 boolean

load() 공개 메소드

public load ( $path )
$path

프로퍼티 상세

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string