treasury
[ class tree: treasury ] [ index: treasury ] [ all elements ]

Element index for package treasury

[ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ s ] [ t ] [ u ] [ v ]

b

batchStorePreference
in file TreasuryBase.php, method TreasuryBase::batchStorePreference()
    update the preference of all galleries at once
BIT_PHP_ERROR_REPORTING
in file cron.flv.php, constant BIT_PHP_ERROR_REPORTING
    Body of file
top

c

cron.flv.php
procedural page cron.flv.php
top

d

download.php
procedural page download.php
top

e

expunge
in file TreasuryGallery.php, method TreasuryGallery::expunge()
    expunge a gallery
expunge
in file TreasuryItem.php, method TreasuryItem::expunge()
    Expunge data associated with an uploaded file
expungeItemMap
in file TreasuryItem.php, method TreasuryItem::expungeItemMap()
    Expunge all references to galleries in the treasury map with reference to a given item id
edit_gallery.php
procedural page edit_gallery.php
edit_gallery_structure.php
procedural page edit_gallery_structure.php
edit_item.php
procedural page edit_item.php
top

g

getDefaultGalleryId
in file TreasuryBase.php, method TreasuryBase::getDefaultGalleryId()
    Get the last gallery created by this user. If the user hasn't created a gallery, create one
getDisplayLink
in file TreasuryItem.php, method TreasuryItem::getDisplayLink()
    Returns HTML link to display a gallery or item
getDisplayLink
in file TreasuryGallery.php, method TreasuryGallery::getDisplayLink()
    Returns HTML link to display a gallery or item
getDisplayPath
in file TreasuryBase.php, method TreasuryBase::getDisplayPath()
    Get an HTML representation of the gallery path returned by getGalleryPath()
getDisplayUrl
in file TreasuryGallery.php, method TreasuryGallery::getDisplayUrl()
    Generates the URL to this gallery
getDisplayUrl
in file TreasuryItem.php, method TreasuryItem::getDisplayUrl()
    Generate URL to view this item in detail
getDownloadUrl
in file TreasuryItem.php, method TreasuryItem::getDownloadUrl()
    Generate URL to view this item in detail
getGalleriesFromItemContentId
in file TreasuryItem.php, method TreasuryItem::getGalleriesFromItemContentId()
    Get all galleries this item is part of
getGalleryPath
in file TreasuryBase.php, method TreasuryBase::getGalleryPath()
    Get the path of the gallery
getGalleryThumbBaseUrl
in file TreasuryGallery.php, method TreasuryGallery::getGalleryThumbBaseUrl()
    Get the base path to where the gallery thumbnail is stored - create directory if needed
getGalleryThumbUrl
in file TreasuryGallery.php, method TreasuryGallery::getGalleryThumbUrl()
    Get the full URL to the needed thumbnail
getList
in file TreasuryItem.php, method TreasuryItem::getList()
    getList
getList
in file TreasuryGallery.php, method TreasuryGallery::getList()
    Get list of all treasury galleries
getPluginFunction
in file TreasurySystem.php, method TreasurySystem::getPluginFunction()
    Get the function of the plugin responsible for dealing with a given upload
gallery_lookup_inc.php
procedural page gallery_lookup_inc.php
top

h

hasGalleryPermissions
in file TreasuryItem.php, method TreasuryItem::hasGalleryPermissions()
top

i

item_lookup_inc.php
procedural page item_lookup_inc.php
top

l

load
in file TreasuryGallery.php, method TreasuryGallery::load()
    load the treasury gallery
load
in file TreasuryItem.php, method TreasuryItem::load()
    load the treasury item
loadItems
in file TreasuryGallery.php, method TreasuryGallery::loadItems()
    Load all uploaded items in this gallery
lookupMimeHandler
in file TreasurySystem.php, method TreasurySystem::lookupMimeHandler()
    Will return the plugin that is responsible for the given mime type
top

m

$mPlugins
in file TreasurySystem.php, variable TreasurySystem::$mPlugins
mime.default.php
procedural page mime.default.php
mime.flash.php
procedural page mime.flash.php
mime.flv.php
procedural page mime.flv.php
mime.themes.php
procedural page mime.themes.php
mime.video.php
procedural page mime.video.php
top

s

store
in file TreasuryItem.php, method TreasuryItem::store()
    Store TreasuryItem
store
in file TreasuryGallery.php, method TreasuryGallery::store()
    Store TreasuryGallery
top

t

TreasuryBase.php
procedural page TreasuryBase.php
TreasuryGallery.php
procedural page TreasuryGallery.php
TreasuryItem.php
procedural page TreasuryItem.php
TreasurySystem.php
procedural page TreasurySystem.php
TreasuryBase
in file TreasuryBase.php, method TreasuryBase::TreasuryBase()
    Initiates class
TreasuryBase
in file TreasuryBase.php, class TreasuryBase
    TreasuryBase
TreasuryGallery
in file TreasuryGallery.php, method TreasuryGallery::TreasuryGallery()
    Initiate class
TreasuryGallery
in file TreasuryGallery.php, class TreasuryGallery
    TreasuryGallery
TREASURYGALLERY_CONTENT_TYPE_GUID
in file TreasuryGallery.php, constant TREASURYGALLERY_CONTENT_TYPE_GUID
    Setup
TreasuryItem
in file TreasuryItem.php, method TreasuryItem::TreasuryItem()
    Initiate class
TreasuryItem
in file TreasuryItem.php, class TreasuryItem
    TreasuryItem
TREASURYITEM_CONTENT_TYPE_GUID
in file TreasuryItem.php, constant TREASURYITEM_CONTENT_TYPE_GUID
    Setup
TreasurySystem
in file TreasurySystem.php, method TreasurySystem::TreasurySystem()
    Initiate class
TreasurySystem
in file TreasurySystem.php, class TreasurySystem
    TreasurySystem
TREASURY_DEFAULT_MIME_HANDLER
in file TreasurySystem.php, constant TREASURY_DEFAULT_MIME_HANDLER
TREASURY_MIME
in file TreasurySystem.php, constant TREASURY_MIME
treasury_rss.php
procedural page treasury_rss.php
treasury_default_download
in file mime.default.php, function treasury_default_download()
    Takes care of the entire download process. Make sure it doesn't die at the end.
treasury_default_expunge
in file mime.default.php, function treasury_default_expunge()
    Nuke data in tables when content is removed
treasury_default_load
in file mime.default.php, function treasury_default_load()
    Load file data from the database
treasury_default_store
in file mime.default.php, function treasury_default_store()
    Store the data in the database
treasury_default_update
in file mime.default.php, function treasury_default_update()
    When a file is edited
treasury_default_verify
in file mime.default.php, function treasury_default_verify()
    Sanitise and validate data before it's stored
treasury_flash_load
in file mime.flash.php, function treasury_flash_load()
    Load file data from the database
treasury_flash_store
in file mime.flash.php, function treasury_flash_store()
    Store file settings - taken over by treasury_default_store appart from the width and height settings
treasury_flash_update
in file mime.flash.php, function treasury_flash_update()
    Update file settings - taken over by treasury_default_store appart from the width and height settings
treasury_flv_add_process
in file mime.flv.php, function treasury_flv_add_process()
    This function will add an entry to the process queue for the cron job to take care of
treasury_flv_load
in file mime.flv.php, function treasury_flv_load()
    Load file data from the database
treasury_flv_store
in file mime.flv.php, function treasury_flv_store()
    Store the data in the database
treasury_flv_update
in file mime.flv.php, function treasury_flv_update()
    treasury_flv_update
TREASURY_MIME_GUID_DEFAULT
in file mime.default.php, constant TREASURY_MIME_GUID_DEFAULT
    This is the name of the plugin - max char length is 16
TREASURY_MIME_GUID_FLASH
in file mime.flash.php, constant TREASURY_MIME_GUID_FLASH
    This is the name of the plugin - max char length is 16
TREASURY_MIME_GUID_FLV
in file mime.flv.php, constant TREASURY_MIME_GUID_FLV
    This is the name of the plugin - max char length is 16
TREASURY_MIME_GUID_THEME
in file mime.themes.php, constant TREASURY_MIME_GUID_THEME
    This is the name of the plugin - max char length is 16
TREASURY_MIME_GUID_VIDEO
in file mime.video.php, constant TREASURY_MIME_GUID_VIDEO
    This is the name of the plugin - max char length is 16
treasury_theme_get_icons
in file mime.themes.php, function treasury_theme_get_icons()
    Extract icons found in the theme archive
treasury_theme_get_preview
in file mime.themes.php, function treasury_theme_get_preview()
    Extract style_info/preview.<ext> for theme icon
treasury_theme_get_screenshots
in file mime.themes.php, function treasury_theme_get_screenshots()
    Extract screenshots found in the theme archive
treasury_theme_load
in file mime.themes.php, function treasury_theme_load()
    Load file data from the database
treasury_theme_process_extracted_files
in file mime.themes.php, function treasury_theme_process_extracted_files()
    All the files that have been extracted so far need to be processed and moved around
treasury_theme_store
in file mime.themes.php, function treasury_theme_store()
    Store the data in the database
treasury_theme_update
in file mime.themes.php, function treasury_theme_update()
    When a file is edited
treasury_theme_verify
in file mime.themes.php, function treasury_theme_verify()
    Sanitise and validate data before it's stored
treasury_video_extract_frameshots
in file mime.video.php, function treasury_video_extract_frameshots()
    Extract frameshots from video if possible
treasury_video_get_frameshots
in file mime.video.php, function treasury_video_get_frameshots()
    Get a list of images found in a given directory
treasury_video_load
in file mime.video.php, function treasury_video_load()
    Load file data from the database
treasury_video_store
in file mime.video.php, function treasury_video_store()
    Store the data in the database
top

u

upload.php
procedural page upload.php
updatePosition
in file TreasuryBase.php, method TreasuryBase::updatePosition()
    Update the position of an item in the gallery
top

v

view.php
procedural page view.php
view_item.php
procedural page view_item.php
verify
in file TreasuryItem.php, method TreasuryItem::verify()
    Verify content that is about to be stored
top

Documentation generated on Thu, 15 Feb 2007 20:28:17 +0000 by phpDocumentor 1.3.0