File/PelEntry.php

Description

Classes for dealing with Exif entries.

This file defines two exception classes and the abstract class PelEntry which provides the basic methods that all Exif entries will have. All Exif entries will be represented by descendants of the PelEntry class --- the class itself is abstract and so it cannot be instantiated.

Classes
Class Description
 class PelEntryException Exception indicating a problem with an entry.
 class PelUnexpectedFormatException Exception indicating that an unexpected format was found.
 class PelWrongComponentCountException Exception indicating that an unexpected number of components was found.
Abstract class PelEntry Common ancestor class of all PelIfd entries.
Includes
 require_once ('PelException.php') (line 45)

Required class definitions.

 require_once ('PelFormat.php') (line 46)

Required class definitions.

 require_once ('PelTag.php') (line 47)

Required class definitions.

 require_once ('Pel.php') (line 48)

Required class definitions.

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