PHP 클래스 PDFreactor, pimcore

Released under the following license: The MIT License (MIT) Copyright (c) 2015-2016 RealObjects GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cookies
$headers
$url

공개 메소드들

메소드 설명
__construct ( $url = "http://localhost:9423/service/rest" )
__get ( $name )
convert ( $config )
convertAsBinary ( $config )
convertAsync ( $config )
deleteDocument ( $documentId )
getDocument ( $documentId )
getDocumentAsBinary ( $documentId )
getDocumentUrl ( $documentId )
getProgress ( $documentId )
getProgressUrl ( $documentId )
getStatus ( )
getVersion ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $url = "http://localhost:9423/service/rest" )

__get() 공개 메소드

public __get ( $name )

convert() 공개 메소드

public convert ( $config )

convertAsBinary() 공개 메소드

public convertAsBinary ( $config )

convertAsync() 공개 메소드

public convertAsync ( $config )

deleteDocument() 공개 메소드

public deleteDocument ( $documentId )

getDocument() 공개 메소드

public getDocument ( $documentId )

getDocumentAsBinary() 공개 메소드

public getDocumentAsBinary ( $documentId )

getDocumentUrl() 공개 메소드

public getDocumentUrl ( $documentId )

getProgress() 공개 메소드

public getProgress ( $documentId )

getProgressUrl() 공개 메소드

public getProgressUrl ( $documentId )

getStatus() 공개 메소드

public getStatus ( )

getVersion() 공개 메소드

public getVersion ( )

프로퍼티 상세

$cookies 공개적으로 프로퍼티

public $cookies

$headers 공개적으로 프로퍼티

public $headers

$url 공개적으로 프로퍼티

public $url