Class Parser

Description

Parse DOCX file

Located in /Parser.inc (line 15)


	
			
Method Summary
void __destruct ()
void getXML ()
void readFile ($path $path)
string __toString ()
Methods
static method getInstance (line 70)

Singleton, return instance of class

  • access: public
static CreateText getInstance ()
Destructor __destruct (line 47)

Destruct

  • access: public
void __destruct ()
getXML (line 83)

Getter. XHTML

  • access: public
void getXML ()
readFile (line 94)

Read DOCX file and extract WordML content

  • access: public
void readFile ($path $path)
  • $path $path: File path
__toString (line 58)

Magic method, returns current XML

  • return: Return current XML
  • access: public
string __toString ()

Documentation generated on Tue, 21 May 2013 17:19:53 +0200 by phpDocumentor 1.4.4