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 this 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 ()

Redefinition of:
PelEntry::getValue()
Get the value of this entry.

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.

Redefinition of:
PelEntry::setValue()
Set the value of this entry.

Redefined in descendants as:

Inherited Methods

Inherited From PelEntry

 PelEntry::getBytes()
 PelEntry::getComponents()
 PelEntry::getFormat()
 PelEntry::getIfdType()
 PelEntry::getTag()
 PelEntry::getText()
 PelEntry::getValue()
 PelEntry::setIfdType()
 PelEntry::setValue()
 PelEntry::__toString()

Documentation generated on Tue, 19 Dec 2006 01:08:23 +0100 by phpDocumentor 1.3.0 SourceForge.net Logo