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

Class: PHPExcel_Shared_OLE_PPS_File

Source Location: /PHPExcel/Shared/OLE/OLE_File.php

Class Overview

PHPExcel_Shared_OLE_PPS
   |
   --PHPExcel_Shared_OLE_PPS_File

Class for creating File PPS's for OLE containers


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: PHPExcel_Shared_OLE_PPS

PHPExcel_Shared_OLE_PPS::__construct()
The constructor
PHPExcel_Shared_OLE_PPS::_DataLen()
Returns the amount of data saved for this PPS
PHPExcel_Shared_OLE_PPS::_getPpsWk()
Returns a string with the PPS's WK (What is a WK?)
PHPExcel_Shared_OLE_PPS::_savePpsSetPnt()
Updates index and pointers to previous, next and children PPS's for this PPS.

Class Details

[line 40]
Class for creating File PPS's for OLE containers

Class for creating File PPS's for OLE containers




Tags:

author:  Xavier Noguer <xnoguer@php.net>


[ Top ]


Class Variables

$_tmp_dir =

[line 46]

The temporary dir for storing the OLE file

The temporary dir for storing the OLE file




Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 55]

PHPExcel_Shared_OLE_PPS_File __construct( string $name)

The constructor

The constructor




Tags:

see:  OLE::Asc2Ucs()
access:  public


Overrides PHPExcel_Shared_OLE_PPS::__construct() (The constructor)

Parameters:

string   $name   The name of the file (in Unicode)

[ Top ]

method append [line 113]

void append( string $data)

Append data to PPS

Append data to PPS




Tags:

access:  public


Parameters:

string   $data   The data to append

[ Top ]

method getStream [line 126]

resource getStream( )

Returns a stream for reading this file using fread() etc.

Returns a stream for reading this file using fread() etc.




Tags:

return:  a read-only stream
access:  public


[ Top ]

method init [line 93]

mixed init( )

Initialization method.

Initialization method. Has to be called right after OLE_PPS_File().




Tags:

return:  true on success
access:  public


[ Top ]

method setTempDir [line 78]

true setTempDir( string $dir)

Sets the temp dir used for storing the OLE file

Sets the temp dir used for storing the OLE file




Tags:

return:  if given dir is valid, false otherwise
access:  public


Parameters:

string   $dir   The dir to be used as temp dir

[ Top ]


Documentation generated on Mon, 10 Aug 2009 08:06:54 +0200 by phpDocumentor 1.4.1