Function 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
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
S
 setTitle, Vuzit_Document
U
 upload, Vuzit_Document
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 function setTitle($value)
Sets the document tile.
public static function upload($file,  
$secure =  true,
$fileType =  null)
Uploads a file to Vuzit.
Close