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

Class: OLE_PPS

Source Location: /OLE-1.0.0RC2/OLE/PPS.php

Class Overview

PEAR
   |
   --OLE_PPS

Class for creating PPS's for OLE containers


Author(s):

Variables

Methods


Child classes:

OLE_PPS_File
Class for creating File PPS's for OLE containers
OLE_PPS_Root
Class for creating Root PPS's for OLE containers

Inherited Variables

Inherited Methods


Class Details

[line 33]
Class for creating PPS's for OLE containers


[ Top ]


Class Variables

$children = array()

[line 105]

Array of child PPS's (only used by Root and Dir PPS's)

Type:   array


[ Top ]

$DirPps =

[line 69]

The index of it's first child if this is a Dir or Root PPS

Type:   integer


[ Top ]

$Name =

[line 45]

The PPS name (in Unicode)

Type:   string


[ Top ]

$NextPps =

[line 63]

The index of the next PPS

Type:   integer


[ Top ]

$No =

[line 39]

The PPS index

Type:   integer


[ Top ]

$ole =

[line 111]

Pointer to OLE container

Type:   OLE


[ Top ]

$PrevPps =

[line 57]

The index of the previous PPS

Type:   integer


[ Top ]

$Size =

[line 93]

The size of the PPS's data (in bytes)

Type:   integer


[ Top ]

$Time1st =

[line 75]

A timestamp

Type:   integer


[ Top ]

$Time2nd =

[line 81]

A timestamp

Type:   integer


[ Top ]

$Type =

[line 51]

The PPS type. Dir, Root or File

Type:   integer


[ Top ]



Method Detail

OLE_PPS (Constructor)   [line 128]

OLE_PPS OLE_PPS( integer $No, string $name, integer $type, integer $prev, integer $next, integer $dir, integer $time_1st, integer $time_2nd, string $data, array $children)

The constructor
  • Access: public

Parameters:

integer   $No   —  The PPS index
string   $name   —  The PPS name
integer   $type   —  The PPS type. Dir, Root or File
integer   $prev   —  The index of the previous PPS
integer   $next   —  The index of the next PPS
integer   $dir   —  The index of it's first child if this is a Dir or Root PPS
integer   $time_1st   —  A timestamp
integer   $time_2nd   —  A timestamp
string   $data   —  The (usually binary) source data of the PPS
array   $children   —  Array containing children PPS for this PPS

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:47:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.