Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 __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
public function __construct($message,  
$code =  0)
Constructor
public function __toString()
Returns the error in a string format.
public static function destroy($id)
Deletes a document by the ID.
public static function findById($id)
Finds a document by the ID.
public function getFileSize()
Returns the document file size.
public function getId()
Returns the document web ID.
public function getPageCount()
Returns the document page count.
public function getPageHeight()
Returns the document page height.
public function getPageWidth()
Returns the document page width.
public static function getSignature($service,  
$id =  '',
$time =  null)
Returns an array of the signature and the timestamp (integer).
public function getSubject()
Returns the document subject.
public function getTitle()
Returns the document title.
public static $PrivateKey
The Vuzit private API key.
public static $PublicKey
The Vuzit public API key.
public static $ServiceUrl
The URL of the Vuzit web service.
public function setTitle($value)
Sets the document tile.
public static function upload($file,  
$secure =  true,
$fileType =  null)
Uploads a file to Vuzit.
Class for uploading, loading, and deleting documents using the Vuzit Web Service API: http://vuzit.com/developer/documents_api.
Vuzit library exception handler class.
Global data class.
Close