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 63]

PHPExcel_Shared_XMLWriter __construct( [int $pTemporaryStorage = self::STORAGE_MEMORY])

Create a new PHPExcel_Shared_XMLWriter instance

Create a new PHPExcel_Shared_XMLWriter instance




Tags:

access:  public


Parameters:

int   $pTemporaryStorage   Temporary storage location

[ Top ]

destructor __destruct [line 88]

void __destruct( )

Destructor

Destructor




Tags:

access:  public


[ Top ]

method getData [line 103]

$data getData( )

Get written data

Get written data




Tags:

access:  public


[ Top ]

method writeRaw [line 132]

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 118]

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 Mon, 05 Jan 2009 20:39:01 +0100 by phpDocumentor 1.4.1