Ignore:
Timestamp:
Jan 17, 2010, 7:05:35 PM (14 years ago)
Author:
grum
Message:

[Plugin:AMetaData] Finished to comment the JpegMetaData classes and rename some methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/TagDefinitions/XmpTags.class.php

    r4686 r4698  
    1010 *
    1111 *
     12 * +-----------------------------------------------------------------------+
     13 * | JpegMetaData - a PHP based Jpeg Metadata manager                      |
     14 * +-----------------------------------------------------------------------+
     15 * | Copyright(C) 2010  Grum - http://www.grum.fr                          |
     16 * +-----------------------------------------------------------------------+
     17 * | This program is free software; you can redistribute it and/or modify  |
     18 * | it under the terms of the GNU General Public License as published by  |
     19 * | the Free Software Foundation                                          |
     20 * |                                                                       |
     21 * | This program is distributed in the hope that it will be useful, but   |
     22 * | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     23 * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     24 * | General Public License for more details.                              |
     25 * |                                                                       |
     26 * | You should have received a copy of the GNU General Public License     |
     27 * | along with this program; if not, write to the Free Software           |
     28 * | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     29 * | USA.                                                                  |
     30 * +-----------------------------------------------------------------------+
     31 *
     32 *
    1233 * -----------------------------------------------------------------------------
    13  * Known Xmp tags properties class
     34 *
     35 * The XmpTags is the definition of the XMP tags
     36 *
    1437 * -----------------------------------------------------------------------------
    1538 */
     
    17901813        'schema'       => "Iptc4xmpCore",
    17911814      ),
    1792 
    1793 
    17941815    );
    17951816
    1796 
    1797 
     1817    /**
     1818     * XmpTags needs a specific constructor, allowing to extract exif & iptc
     1819     * properties for some tags
     1820     *
     1821     */
    17981822    function __construct()
    17991823    {
Note: See TracChangeset for help on using the changeset viewer.