This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Vuzit_Document
Vuzit_Document class
A document in Vuzit.
Methods
Static and instance object methods.
- static destroy : Deletes a document the by the ID.
- static downloadUrl : Returns a URL to the downloadable file.
- static findById : Loads a document by the ID.
- static upload : Uploads a document.
Instance Methods
Instance object methods.
- string getId : ID of the document.
- string getTitle : Title of the document.
- string getSubject : Subject of the document.
- int getFileSize : Size of the document in bytes.
- int getPageCount : Number of pages of the document.
- int getPageWidth : Width of the document in points (pps).
- int getPageHeight : Height of the document in points (pps).
- int getStatus : Returns the status code of the document.






