~ubuntu-branches/ubuntu/hardy/gallery2/hardy-security

« back to all changes in this revision

Viewing changes to modules/thumbnail/classes/Entities.inc

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2006-04-16 16:42:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060416164235-8uy0u4bfjdxpge2o
Tags: 2.1.1-1
* New upstream release (Closes: #362936)
  + Bugfixes for Postgres7 (Closes: #359000, #362152)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/* This file is automatically generated from the .class files by lib/tools/bin/generate-entities.php */
 
3
$entityInfo['ThumbnailImage'] = array(
 
4
    'members' => array(
 
5
        'fileName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM, 'notNull' => 1),
 
6
        'mimeType' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
 
7
        'size' => array('type' => STORAGE_TYPE_INTEGER),
 
8
        'width' => array('type' => STORAGE_TYPE_INTEGER),
 
9
        'height' => array('type' => STORAGE_TYPE_INTEGER),
 
10
        'itemMimeTypes' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM)
 
11
),
 
12
    'parent' => 'GalleryChildEntity',
 
13
    'module' => 'thumbnail',
 
14
    'linked' => array());
 
15
?>