/src/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
PelEntryException Exception indicating a problem with an entry.
PelUnexpectedFormatException Exception indicating that an unexpected format was found.
PelWrongComponentCountException Exception indicating that an unexpected number of components was found.
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 Thu, 05 May 2011 07:18:59 +0200 by phpDocumentor 1.4.3