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 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)

Constants

Methods



Class Details

[line 39]
PHPExcel_Shared_XMLWriter



Tags:

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


[ 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



Tags:

access:  public


Parameters:

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

[ Top ]

destructor __destruct [line 89]

void __destruct( )

Destructor



Tags:

access:  public


[ Top ]

method getData [line 104]

$data getData( )

Get written data



Tags:

access:  public


[ Top ]

method writeRaw [line 133]

string writeRaw( string $text)

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)



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


[ Top ]



Documentation generated on Tue, 01 Jun 2010 17:08:43 +0200 by phpDocumentor 1.4.3