| $#! | |
| __construct, Vuzit_Exception | |
| __toString, Vuzit_Exception | |
| D | |
| destroy, Vuzit_Document | |
| F | |
| findById, Vuzit_Document | |
| Functions | |
| G | |
| getFileSize, Vuzit_Document | |
| getId, Vuzit_Document | |
| getPageCount, Vuzit_Document | |
| getPageHeight, Vuzit_Document | |
| getPageWidth, Vuzit_Document | |
| getSignature, Vuzit_Service | |
| getSubject, Vuzit_Document | |
| getTitle, Vuzit_Document | |
| P | |
| PrivateKey, Vuzit_Service | |
| PublicKey, Vuzit_Service | |
| S | |
| ServiceUrl, Vuzit_Service | |
| setTitle, Vuzit_Document | |
| U | |
| upload, Vuzit_Document | |
| V | |
| Variables, Vuzit_Service | |
| Vuzit_Document | |
| Vuzit_Exception | |
| Vuzit_Service |
Constructor
public function __construct( $message, $code = 0 )
Returns the error in a string format.
public function __toString()
Deletes a document by the ID.
public static function destroy( $id )
Finds a document by the ID.
public static function findById( $id )
Returns the document file size.
public function getFileSize()
Returns the document web ID.
public function getId()
Returns the document page count.
public function getPageCount()
Returns the document page height.
public function getPageHeight()
Returns the document page width.
public function getPageWidth()
Returns an array of the signature and the timestamp (integer).
public static function getSignature( $service, $id = '', $time = null )
Returns the document subject.
public function getSubject()
Returns the document title.
public function getTitle()
The Vuzit private API key.
public static $PrivateKey
The Vuzit public API key.
public static $PublicKey
The URL of the Vuzit web service.
public static $ServiceUrl
Sets the document tile.
public function setTitle( $value )
Uploads a file to Vuzit.
public static function upload( $file, $secure = true, $fileType = null )