PHPExcel_Shared
[ class tree: PHPExcel_Shared ] [ index: PHPExcel_Shared ] [ all elements ]

Class: PHPExcel_Shared_XMLWriter

Source Location: /PHPExcel/Shared/XMLWriter.php

Class Overview


PHPExcel_Shared_XMLWriter


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Variables

Constants

Methods



Class Details

[line 39]
PHPExcel_Shared_XMLWriter

PHPExcel_Shared_XMLWriter




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_tempFileName =  ''

[line 56]

Temporary filename

Temporary filename




Tags:

access:  private

Type:   string


[ Top ]

$_xmlWriter =

[line 49]

Internal XMLWriter

Internal XMLWriter




Tags:

access:  private

Type:   XMLWriter


[ Top ]



Class Methods


constructor __construct [line 64]

PHPExcel_Shared_XMLWriter __construct( [int $pTemporaryStorage = self::STORAGE_MEMORY], [string $pTemporaryStorageFolder = './'])

Create a new PHPExcel_Shared_XMLWriter instance

Create a new PHPExcel_Shared_XMLWriter instance




Tags:

access:  public


Parameters:

int   $pTemporaryStorage   Temporary storage location
string   $pTemporaryStorageFolder   Temporary storage folder

[ Top ]

destructor __destruct [line 89]

void __destruct( )

Destructor

Destructor




Tags:

access:  public


[ Top ]

method getData [line 104]

$data getData( )

Get written data

Get written data




Tags:

access:  public


[ Top ]

method writeRaw [line 133]

string writeRaw( string $text)

Fallback method for writeRaw, introduced in PHP 5.

Fallback method for writeRaw, introduced in PHP 5.2




Tags:

access:  public


Parameters:

string   $text  

[ Top ]

method __call [line 119]

void __call( unknown_type $function, unknown_type $args)

Catch function calls (and pass them to internal XMLWriter)

Catch function calls (and pass them to internal XMLWriter)




Tags:

access:  public


Parameters:

unknown_type   $function  
unknown_type   $args  

[ Top ]


Class Constants

STORAGE_DISK =  2

[line 42]


[ Top ]

STORAGE_MEMORY =  1

[line 41]

Temporary storage method

Temporary storage method



[ Top ]



Documentation generated on Wed, 22 Apr 2009 09:07:10 +0200 by phpDocumentor 1.4.1