git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
11 lines
400 B
PHP
11 lines
400 B
PHP
<?php
|
|
/* This file is automatically generated from the .class files by lib/tools/bin/generate-entities.php */
|
|
$entityInfo['GalleryLinkItem'] = array(
|
|
'members' => array(
|
|
'link' => array('type' => STORAGE_TYPE_TEXT, 'size' => STORAGE_SIZE_SMALL, 'notNull' => 1, 'external-access' => EXTERNAL_ACCESS_READ)
|
|
),
|
|
'parent' => 'GalleryItem',
|
|
'module' => 'linkitem',
|
|
'linked' => array());
|
|
?>
|