Class PelEntryUndefined

Description

Class for holding data of any kind.

This class can hold bytes of undefined format.

Located in /PelEntryUndefined.php (line 57)

PelEntry
   |
   --PelEntryUndefined
Direct descendents
Class Description
 class PelEntryUserComment Class for a user comment.
 class PelEntryVersion Class to hold version information.
Method Summary
 PelEntryUndefined __construct (PelTag $tag, [string $data = ''])
 string getText ([boolean $brief = false])
 string getValue ()
 void setValue (string $data)
Variables
Methods
Constructor __construct (line 71)

Make a new PelEntry that can hold undefined data.

PelEntryUndefined __construct (PelTag $tag, [string $data = ''])

Redefined in descendants as:
getText (line 110)

Get the value of this entry as text.

The value will be returned in a format suitable for presentation.

  • return: the value as text.
string getText ([boolean $brief = false])
  • boolean $brief: some values can be returned in a long or more brief form, and this parameter controls that.

Redefinition of:
PelEntry::getText()
Get the value of an entry as text.

Redefined in descendants as:
getValue (line 95)

Get the data of this undefined entry.

  • return: the data that this entry is holding.
string getValue ()

Redefined in descendants as:
setValue (line 84)

Set the data of this undefined entry.

void setValue (string $data)
  • string $data: the data that this entry will be holding. Since the format is undefined, no checking will be done on the data.

Redefined in descendants as:

Inherited Methods

Inherited From PelEntry

 PelEntry::getBytes()
 PelEntry::getComponents()
 PelEntry::getFormat()
 PelEntry::getTag()
 PelEntry::getText()
 PelEntry::newFromData()
 PelEntry::__toString()

SourceForge.net Logo Documentation generated on Wed, 21 Jul 2004 19:13:07 +0200 by phpDocumentor 1.3.0RC3