This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/gallery2/modules/thumbnail/classes/Entities.inc

15 lines
817 B
PHP

<?php
/* This file is automatically generated from the .class files by lib/tools/bin/generate-entities.php */
$entityInfo['ThumbnailImage'] = array(
'members' => array(
'mimeType' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM, 'external-access' => EXTERNAL_ACCESS_READ),
'size' => array('type' => STORAGE_TYPE_INTEGER, 'external-access' => EXTERNAL_ACCESS_FULL),
'width' => array('type' => STORAGE_TYPE_INTEGER, 'external-access' => EXTERNAL_ACCESS_FULL),
'height' => array('type' => STORAGE_TYPE_INTEGER, 'external-access' => EXTERNAL_ACCESS_FULL),
'itemMimeTypes' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM, 'external-access' => EXTERNAL_ACCESS_READ)
),
'parent' => 'GalleryFileSystemEntity',
'module' => 'thumbnail',
'linked' => array());
?>