Element index for package classes
Package indexes
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
_
- _Image
- in file class-image.php, method _Image::_Image()
Constructor for class-image
- _Image
- in file class-image.php, class _Image
handles 'picture' images
a
- $album
- in file class-image.php, variable _Image::$album
- $albumdir
- in file class-gallery.php, variable Gallery::$albumdir
- $albums
- in file class-search.php, variable SearchEngine::$albums
- $albums
- in file class-gallery.php, variable Gallery::$albums
- $albumthumbnail
- in file class-album.php, variable Album::$albumthumbnail
- $album_list
- in file class-search.php, variable SearchEngine::$album_list
- addComment
- in file class-album.php, method Album::addComment()
Adds comments to the album assumes data is coming straight from GET or POST
- addComment
- in file class-image.php, method _Image::addComment()
Adds a comment to the image assumes data is coming straight from GET or POST
- Album
- in file class-album.php, method Album::Album()
Constructor for albums
- Album
- in file class-album.php, class Album
Album Class
- allowedSearchFields
- in file class-search.php, method SearchEngine::allowedSearchFields()
Returns an array of the enabled search fields
c
- $cache_by
- in file classes.php, variable PersistentObject::$cache_by
- $commentcount
- in file class-image.php, variable _Image::$commentcount
- $commentcount
- in file class-album.php, variable Album::$commentcount
- $comments
- in file class-album.php, variable Album::$comments
- $comments
- in file class-image.php, variable _Image::$comments
- cache
- in file classes.php, method PersistentObject::cache()
Caches the current set of objects defined by a variable key $cache_by.
- class-album.php
- procedural page class-album.php
- class-comment.php
- procedural page class-comment.php
- class-gallery.php
- procedural page class-gallery.php
- class-image.php
- procedural page class-image.php
- class-search.php
- procedural page class-search.php
- classes.php
- procedural page classes.php
- classSetup
- in file class-image.php, method _Image::classSetup()
generic "image" class setup code Returns true if valid image.
- clearCache
- in file class-gallery.php, method Gallery::clearCache()
Cleans out the cache folder
- codifySearchString
- in file class-search.php, method SearchEngine::codifySearchString()
recodes the search words replacing the boolean operators with text versions
- Comment
- in file class-comment.php, method Comment::Comment()
Constructor for a comment
- Comment
- in file class-comment.php, class Comment
Comment Class
- copy
- in file classes.php, method PersistentObject::copy()
Copy this record to another unique set. Checks if the record exists there first, if so returns false. If successful returns true. No changes are made to this object and no other objects are created, just the database entry.
- copyAlbum
- in file class-album.php, method Album::copyAlbum()
Copy this album to the location specified by $newfolder, copying all metadata, subalbums, and subalbums' metadata with it.
- copyImage
- in file class-image.php, method _Image::copyImage()
Copies the image to a new album, along with all metadata.
- class-video.php
- procedural page class-video.php
g
- $gallery
- in file class-album.php, variable Album::$gallery
- Gallery
- in file class-gallery.php, class Gallery
Gallery Class
- Gallery
- in file class-gallery.php, method Gallery::Gallery()
Creates an instance of a gallery
- garbageCollect
- in file class-album.php, method Album::garbageCollect()
For every image in the album, look for its file. Delete from the database if the file does not exist. Same for each sub-directory/album.
- garbageCollect
- in file class-gallery.php, method Gallery::garbageCollect()
For every album in the gallery, look for its file. Delete from the database if the file does not exist. Do the same for images. Clean up comments that have been left orphaned.
- get
- in file classes.php, method PersistentObject::get()
Get the value of a variable. If $current is false, return the value as of the last save of this object.
- getAlbum
- in file class-gallery.php, method Gallery::getAlbum()
Returns the a specific album in the array indicated by index.
- getAlbum
- in file class-image.php, method _Image::getAlbum()
Returns the album that holds this image
- getAlbumDir
- in file class-gallery.php, method Gallery::getAlbumDir()
Returns the main albums directory
- getAlbumID
- in file class-album.php, method Album::getAlbumID()
Returns the id of this album in the db
- getAlbumIndex
- in file class-search.php, method SearchEngine::getAlbumIndex()
Returns the index of the album within the search albums
- getAlbumLink
- in file class-album.php, method Album::getAlbumLink()
Returns an URL to the album, including the current page number
- getAlbumName
- in file class-image.php, method _Image::getAlbumName()
Retuns the folder name of the album that holds this image
- getAlbums
- in file class-gallery.php, method Gallery::getAlbums()
Get Albums will create our $albums array with a fully populated set of Album names in the correct order.
- getAlbums
- in file class-search.php, method SearchEngine::getAlbums()
Returns an array of album names found in the search.
- getAlbums
- in file class-album.php, method Album::getAlbums()
Returns all folder names for all the subdirectories.
- getAlbumSortKey
- in file class-album.php, method Album::getAlbumSortKey()
Returns the DB key associated with the subalbum sort type
- getAlbumSortKey
- in file class-gallery.php, method Gallery::getAlbumSortKey()
Returns the DB field corresponding to the album sort type desired
- getAlbumSortType
- in file class-album.php, method Album::getAlbumSortType()
Returns the sort type for subalbums in this album.
- getAlbumTheme
- in file class-album.php, method Album::getAlbumTheme()
Returns the theme for the album
- getAlbumThumb
- in file class-album.php, method Album::getAlbumThumb()
Gets the thumbnail URL for the album thumbnail image as returned by $this->getAlbumThumbImage();
- getAlbumThumbImage
- in file class-album.php, method Album::getAlbumThumbImage()
Gets the album's set thumbnail image from the database if one exists, otherwise, finds the first image in the album or sub-album and returns it as an Image object.
- getAnon
- in file class-comment.php, method Comment::getAnon()
Returns true if the comment is flagged anonymous
- getBody
- in file class-video.php, method Video::getBody()
- getCity
- in file class-image.php, method _Image::getCity()
Returns the city field of the image
- getComment
- in file class-comment.php, method Comment::getComment()
Returns the comment text
- getCommentCount
- in file class-image.php, method _Image::getCommentCount()
Returns the count of comments for the image. Comments in moderation are not counted
- getCommentCount
- in file class-album.php, method Album::getCommentCount()
Returns the count of comments in the album. Ignores comments in moderation
- getComments
- in file class-image.php, method _Image::getComments()
Returns an array of comments
- getComments
- in file class-album.php, method Album::getComments()
Returns an array of comments for this album
- getCommentsAllowed
- in file class-image.php, method _Image::getCommentsAllowed()
Retuns true if comments are allowed on the image
- getCommentsAllowed
- in file class-album.php, method Album::getCommentsAllowed()
Returns true of comments are allowed
- getCopyright
- in file class-image.php, method _Image::getCopyright()
Returns the copyright field of the image
- getCountry
- in file class-image.php, method _Image::getCountry()
Returns the country field of the image
- getCredit
- in file class-image.php, method _Image::getCredit()
Returns the credit field of the image
- getCurrentTheme
- in file class-gallery.php, method Gallery::getCurrentTheme()
Returns the foldername of the current theme.
- getCustomData
- in file class-album.php, method Album::getCustomData()
returns the custom data field
- getCustomData
- in file class-comment.php, method Comment::getCustomData()
Returns the custom data field of the comment
- getCustomData
- in file class-image.php, method _Image::getCustomData()
returns the custom data field
- getCustomImage
- in file class-image.php, method _Image::getCustomImage()
Get a custom sized version of this image based on the parameters.
- getCustomImage
- in file class-video.php, method Video::getCustomImage()
Get a custom sized version of this image based on the parameters.
- getDateTime
- in file class-album.php, method Album::getDateTime()
Returns the unformatted date of the album
- getDateTime
- in file class-comment.php, method Comment::getDateTime()
returns the comment date/time
- getDateTime
- in file class-image.php, method _Image::getDateTime()
Returns the unformatted date of the image
- getDefaultTitle
- in file class-image.php, method _Image::getDefaultTitle()
- getDesc
- in file class-image.php, method _Image::getDesc()
Returns the description of the image
- getDesc
- in file class-gallery.php, method Gallery::getDesc()
Returns the gallery description
- getDesc
- in file class-album.php, method Album::getDesc()
Returns the album description
- getEmail
- in file class-comment.php, method Comment::getEmail()
returns the email address of the commentor
- getFileName
- in file class-image.php, method _Image::getFileName()
Returns the image filename
- getFolder
- in file class-album.php, method Album::getFolder()
Returns the folder on the filesystem
- getFullImage
- in file class-image.php, method _Image::getFullImage()
Returns a path to the original image in the original folder.
- getGalleryPage
- in file class-album.php, method Album::getGalleryPage()
Returns the page number in the gallery of this album
- getHeight
- in file class-image.php, method _Image::getHeight()
Returns the height of the image
- getImage
- in file class-search.php, method SearchEngine::getImage()
Returns a specific image
- getImage
- in file class-album.php, method Album::getImage()
Returns an image from the album based on the index passed.
- getImageFootprint
- in file class-image.php, method _Image::getImageFootprint()
Returns the disk size of the image
- getImageIndex
- in file class-search.php, method SearchEngine::getImageIndex()
Returns the index of this image in the search images
- getImageLink
- in file class-image.php, method _Image::getImageLink()
Returns an image page link for the image
- getImages
- in file class-album.php, method Album::getImages()
Returns a of a slice of the images for this album. They will also be sorted according to the sort type of this album, or by filename if none has been set.
- getImages
- in file class-search.php, method SearchEngine::getImages()
Returns an array of images found in the search It will return a "page's worth" if $page is non zero
- getImageSortKey
- in file class-album.php, method Album::getImageSortKey()
Returns the DB key associated with the image sort type
- getIndex
- in file class-image.php, method _Image::getIndex()
Get the index of this image in the album, taking sorting into account.
- getInModeration
- in file class-comment.php, method Comment::getInModeration()
Returns true if the comment is marked for moderation
- getIP
- in file class-comment.php, method Comment::getIP()
Returns the IP address of the comment poster
- getIPTCTag
- in file class-image.php, method _Image::getIPTCTag()
For internal use--fetches a single tag from IPTC data
- getIPTCTagArray
- in file class-image.php, method _Image::getIPTCTagArray()
For internal use--fetches the IPTC array for a single tag.
- getLocation
- in file class-image.php, method _Image::getLocation()
Returns the location field of the image
- getLocation
- in file class-album.php, method Album::getLocation()
Returns the place data of an album
- getMetaData
- in file class-image.php, method _Image::getMetaData()
Returns an array of EXIF data
- getName
- in file class-comment.php, method Comment::getName()
Returns the commentor's name
- getNextAlbum
- in file class-album.php, method Album::getNextAlbum()
Returns the album following the current album
- getNextAlbum
- in file class-search.php, method SearchEngine::getNextAlbum()
Returns the album following the current one
- getNextImage
- in file class-image.php, method _Image::getNextImage()
Returns the next Image.
- getNumAlbums
- in file class-gallery.php, method Gallery::getNumAlbums()
Returns the total number of TOPLEVEL albums in the gallery (does not include sub-albums)
- getNumAlbums
- in file class-album.php, method Album::getNumAlbums()
Returns the count of subalbums
- getNumAlbums
- in file class-search.php, method SearchEngine::getNumAlbums()
Returns the number of albums found in a search
- getNumComments
- in file class-gallery.php, method Gallery::getNumComments()
Returns the count of comments
- getNumImages
- in file class-search.php, method SearchEngine::getNumImages()
Returns the number of images found in the search
- getNumImages
- in file class-album.php, method Album::getNumImages()
Returns the number of images in this album (not counting its subalbums)
- getNumImages
- in file class-gallery.php, method Gallery::getNumImages()
Returns the number of images from a database SELECT count(*) Ideally one should call garbageCollect() before to make sure the database is current.
- getOptionsSupported
- in file class-video.php, method VideoObject_Options::getOptionsSupported()
Standard option interface
- getOwner
- in file class-image.php, method _Image::getOwner()
Owner functions
- getOwnerID
- in file class-comment.php, method Comment::getOwnerID()
Returns the id of the comment owner
- getParent
- in file class-album.php, method Album::getParent()
Returns The parent Album of this Album. NULL if this is a top-level album.
- getPassword
- in file class-album.php, method Album::getPassword()
Returns the album password
- getPassword
- in file class-gallery.php, method Gallery::getPassword()
Returns the hashed password for guest gallery access
- getPasswordHint
- in file class-album.php, method Album::getPasswordHint()
Returns the password hint for the album
- getPasswordHint
- in file class-gallery.php, method Gallery::getPasswordHint()
Returns the hind associated with the gallery password
- getPrevAlbum
- in file class-search.php, method SearchEngine::getPrevAlbum()
Returns the album preceding the current one
- getPrevAlbum
- in file class-album.php, method Album::getPrevAlbum()
Returns the album prior to the current album
- getPrevImage
- in file class-image.php, method _Image::getPrevImage()
Return the previous Image
- getPrivate
- in file class-comment.php, method Comment::getPrivate()
Returns true if the comment is flagged private
- getSearchAlbums
- in file class-search.php, method SearchEngine::getSearchAlbums()
Returns an array of albums found in the search
- getSearchDate
- in file class-search.php, method SearchEngine::getSearchDate()
Returns the search dates variable
- getSearchEngine
- in file class-album.php, method Album::getSearchEngine()
Returns the search engine for a dynamic album
- getSearchFieldList
- in file class-search.php, method SearchEngine::getSearchFieldList()
Returns a list of search fields display names indexed by the search mask
- getSearchFields
- in file class-search.php, method SearchEngine::getSearchFields()
Returns the search fields variable
- getSearchFieldsText
- in file class-search.php, method SearchEngine::getSearchFieldsText()
Returns the "searchstring" element of a query parameter set
- getSearchImages
- in file class-search.php, method SearchEngine::getSearchImages()
Returns an array of image names found in the search
- getSearchNews
- in file class-search.php, method SearchEngine::getSearchNews()
Returns a list of News IDs found in the search
- getSearchPages
- in file class-search.php, method SearchEngine::getSearchPages()
Returns a list of Pages IDs found in the search
- getSearchParams
- in file class-search.php, method SearchEngine::getSearchParams()
creates a search query from the search words
- getSearchParams
- in file class-album.php, method Album::getSearchParams()
Returns the search parameters for a dynamic album
- getSearchString
- in file class-search.php, method SearchEngine::getSearchString()
Parses a search string Items within quotations are treated as atomic AND, OR and NOT are converted to &, |, and !
- getSearchWords
- in file class-search.php, method SearchEngine::getSearchWords()
Returns the search words variable
- getShow
- in file class-image.php, method _Image::getShow()
Returns true if the image is set visible
- getShow
- in file class-album.php, method Album::getShow()
Returns true if the album is published
- getSizedImage
- in file class-image.php, method _Image::getSizedImage()
Returns a path to a sized version of the image
- getSortDirection
- in file class-album.php, method Album::getSortDirection()
Returns either the subalbum sort direction or the image sort direction of the album
- getSortDirection
- in file class-gallery.php, method Gallery::getSortDirection()
- getSortOrder
- in file class-album.php, method Album::getSortOrder()
Returns the image sort order for this album
- getSortOrder
- in file class-image.php, method _Image::getSortOrder()
Returns the sort order value of the image
- getSortType
- in file class-album.php, method Album::getSortType()
Returns the sort type of the album images Will return a parent sort type if the sort type for this album is empty
- getState
- in file class-image.php, method _Image::getState()
Returns the state field of the image
- getTags
- in file class-image.php, method _Image::getTags()
Returns the tags of the image
- getTags
- in file class-album.php, method Album::getTags()
Returns the tag data of an album
- getThemes
- in file class-gallery.php, method Gallery::getThemes()
Populates the theme array and returns it. The theme array contains information about all the currently available themes.
- getThumb
- in file class-image.php, method _Image::getThumb()
Get a default-sized thumbnail of this image.
- getThumb
- in file class-video.php, method Video::getThumb()
Get a default-sized thumbnail of this image.
- getThumbImageFile
- in file class-video.php, method Video::getThumbImageFile()
Returns the image file name for the thumbnail image.
- getThumbImageFile
- in file class-image.php, method _Image::getThumbImageFile()
Returns the image file name for the thumbnail image.
- getTitle
- in file class-gallery.php, method Gallery::getTitle()
Returns the gallery title
- getTitle
- in file class-image.php, method _Image::getTitle()
Returns the title of this image
- getTitle
- in file class-album.php, method Album::getTitle()
Returns the album title
- getType
- in file class-comment.php, method Comment::getType()
Returns the 'type' of the comment. i.e. the class of the owner object
- getUser
- in file class-album.php, method Album::getUser()
Returns the album guest user
- getUser
- in file class-gallery.php, method Gallery::getUser()
- getWatermark
- in file class-image.php, method _Image::getWatermark()
Returns the custom watermark name
- getWebsite
- in file class-comment.php, method Comment::getWebsite()
returns the Website of the commentor
- getWidth
- in file class-image.php, method _Image::getWidth()
Returns the width of the image
- getWMUse
- in file class-image.php, method _Image::getWMUse()
Returns the custom watermark usage
l
- $lastalbumsort
- in file class-gallery.php, variable Gallery::$lastalbumsort
- $lastimagesort
- in file class-search.php, variable SearchEngine::$lastimagesort
- $lastimagesort
- in file class-album.php, variable Album::$lastimagesort
- $lastsubalbumsort
- in file class-album.php, variable Album::$lastsubalbumsort
- $lastsubalbumsort
- in file class-search.php, variable SearchEngine::$lastsubalbumsort
- $loaded
- in file classes.php, variable PersistentObject::$loaded
- $localpath
- in file class-image.php, variable _Image::$localpath
- $localpath
- in file class-album.php, variable Album::$localpath
- load
- in file classes.php, method PersistentObject::load()
Load the data array from the database, using the unique id set to get the unique record.
- loadAlbumNames
- in file class-gallery.php, method Gallery::loadAlbumNames()
Load all of the albums names that are found in the Albums directory on disk.
- loadFileNames
- in file class-album.php, method Album::loadFileNames()
Load all of the filenames that are found in this Albums directory on disk.
m
- move
- in file classes.php, method PersistentObject::move()
Change one or more values of the unique set assigned to this record.
- moveAlbum
- in file class-album.php, method Album::moveAlbum()
Move this album to the location specified by $newfolder, copying all metadata, subalbums, and subalbums' metadata with it.
- moveImage
- in file class-image.php, method _Image::moveImage()
Moves an image to a new album and/or filename (rename).
n
- $name
- in file class-album.php, variable Album::$name
- newImage
- in file class-image.php, function newImage()
Returns a new "image" object based on the file extension
- numericFields
- in file class-search.php, method SearchEngine::numericFields()
converts old style bitmask field spec into field list array
p
- $page
- in file class-search.php, variable SearchEngine::$page
- $parent
- in file class-album.php, variable Album::$parent
- $parentalbum
- in file class-album.php, variable Album::$parentalbum
- parseQueryFields
- in file class-search.php, method SearchEngine::parseQueryFields()
Returns the set of fields from the url query/post
- PersistentObject
- in file classes.php, method PersistentObject::PersistentObject()
- PersistentObject
- in file classes.php, class PersistentObject
***************************************************************************** ****************************************************************************** Persistent Object Class *****************************************************
- preLoad
- in file class-album.php, method Album::preLoad()
Simply creates objects of all the images and sub-albums in this album to load accurate values into the database.
- prepIPTCString
- in file class-image.php, method _Image::prepIPTCString()
Returns the IPTC data converted into UTF8
r
- remove
- in file classes.php, method PersistentObject::remove()
Deletes object from the database
- renameAlbum
- in file class-album.php, method Album::renameAlbum()
Rename this album folder. Alias for moveAlbum($newfoldername);
- renameImage
- in file class-image.php, method _Image::renameImage()
Renames an image to a new filename, keeping it in the same album. Convenience for moveImage($image->album, $newfilename).
- replicateDBRow
- in file class-album.php, method Album::replicateDBRow()
Replicates the database data for copied albums.
- replicateSQL
- in file class-album.php, method Album::replicateSQL()
returns the SQL to insert a row like $subrow into $table
s
- $searchengine
- in file class-album.php, variable Album::$searchengine
- $search_structure
- in file class-search.php, variable SearchEngine::$search_structure
- $sidecars
- in file class-image.php, variable _Image::$sidecars
- $sidecars
- in file class-album.php, variable Album::$sidecars
- $sortorder
- in file class-image.php, variable _Image::$sortorder
- $subalbums
- in file class-album.php, variable Album::$subalbums
- save
- in file classes.php, method PersistentObject::save()
Save the updates made to this object since the last update. Returns true if successful, false if not.
- searchDate
- in file class-search.php, method SearchEngine::searchDate()
returns the results of a date search
- SearchEngine
- in file class-search.php, method SearchEngine::SearchEngine()
Constuctor
- SearchEngine
- in file class-search.php, class SearchEngine
search class
- searchFieldsAndTags
- in file class-search.php, method SearchEngine::searchFieldsAndTags()
Searches the table for tags Returns an array of database records.
- set
- in file classes.php, method PersistentObject::set()
Set a variable in this object. Does not persist to the database until save() is called. So, IMPORTANT: Call save() after set() to persist.
- setAlbumTheme
- in file class-album.php, method Album::setAlbumTheme()
Sets the theme of the album
- setAlbumThumb
- in file class-album.php, method Album::setAlbumThumb()
Stores the thumbnail path for an album thumg
- setAnon
- in file class-comment.php, method Comment::setAnon()
Sets the anonymous flag of the comment
- setCity
- in file class-image.php, method _Image::setCity()
Stores the city field of the image
- setComment
- in file class-comment.php, method Comment::setComment()
Stores the comment text
- setCommentsAllowed
- in file class-image.php, method _Image::setCommentsAllowed()
Sets the comments allowed flag on the image
- setCommentsAllowed
- in file class-album.php, method Album::setCommentsAllowed()
Stores the value for comments allwed
- setCopyright
- in file class-image.php, method _Image::setCopyright()
Stores the text for the copyright field of the image
- setCountry
- in file class-image.php, method _Image::setCountry()
Stores the country field of the image
- setCredit
- in file class-image.php, method _Image::setCredit()
Stores the credit field of the image
- setCurrentTheme
- in file class-gallery.php, method Gallery::setCurrentTheme()
Sets the current theme
- setCustomData
- in file class-image.php, method _Image::setCustomData()
Sets the custom data field
- setCustomData
- in file class-comment.php, method Comment::setCustomData()
Stores the custom data field of the comment
- setCustomData
- in file class-album.php, method Album::setCustomData()
Sets the custom data field
- setDateTime
- in file class-image.php, method _Image::setDateTime()
Stores the date of the image
- setDateTime
- in file class-comment.php, method Comment::setDateTime()
Sets a comment date/time value
- setDateTime
- in file class-album.php, method Album::setDateTime()
Stores the album date
- setDefaults
- in file class-album.php, method Album::setDefaults()
Sets default values for a new album
- setDefaults
- in file class-comment.php, method Comment::setDefaults()
Sets up default items on new comment objects
- setDefaults
- in file classes.php, method PersistentObject::setDefaults()
Sets default values for new objects using the set() method.
- setDesc
- in file class-album.php, method Album::setDesc()
Stores the album description
- setDesc
- in file class-image.php, method _Image::setDesc()
Stores the description of the image
- setEmail
- in file class-comment.php, method Comment::setEmail()
Sets the email address of the commentor
- setInModeration
- in file class-comment.php, method Comment::setInModeration()
Sets the moderation flag of the comment
- setIP
- in file class-comment.php, method Comment::setIP()
Sets the IP address field of the comment
- setLocation
- in file class-album.php, method Album::setLocation()
Stores the album place
- setLocation
- in file class-image.php, method _Image::setLocation()
Stores the location field of the image
- setName
- in file class-comment.php, method Comment::setName()
Sets the commentor's name
- setOwner
- in file class-image.php, method _Image::setOwner()
- setOwnerID
- in file class-comment.php, method Comment::setOwnerID()
Sets the id of the owner of the comment
- setPassword
- in file class-album.php, method Album::setPassword()
Sets the encrypted album password
- setPasswordHint
- in file class-album.php, method Album::setPasswordHint()
Sets the album password hint
- setPrivate
- in file class-comment.php, method Comment::setPrivate()
Sets the private flag of the comment
- setSearchParams
- in file class-search.php, method SearchEngine::setSearchParams()
Parses and stores a search string NOTE!! this function assumes that the 'words' part of the list has been urlencoded!!!
- setSearchParams
- in file class-album.php, method Album::setSearchParams()
Sets the search parameters of a dynamic album
- setShow
- in file class-image.php, method _Image::setShow()
Sets the visibility of the image
- setShow
- in file class-album.php, method Album::setShow()
Stores the published value for the album
- setSortDirection
- in file class-album.php, method Album::setSortDirection()
sets sort directions for the album
- setSortOrder
- in file class-image.php, method _Image::setSortOrder()
Sets the sort order value of the image
- setSortOrder
- in file class-album.php, method Album::setSortOrder()
Stores the image sort order for this album
- setSortType
- in file class-album.php, method Album::setSortType()
Stores the sort type for the album
- setState
- in file class-image.php, method _Image::setState()
Stores the state field of the image
- setSubalbumSortType
- in file class-album.php, method Album::setSubalbumSortType()
Stores the subalbum sort type for this abum
- setTags
- in file class-album.php, method Album::setTags()
Stores tag information of an album
- setTags
- in file class-image.php, method _Image::setTags()
Sets the tags of the image
- setTitle
- in file class-album.php, method Album::setTitle()
Stores the album title
- setTitle
- in file class-image.php, method _Image::setTitle()
Stores the title of this image
- setType
- in file class-comment.php, method Comment::setType()
Sets the 'type' field of the comment
- setUser
- in file class-album.php, method Album::setUser()
Sets the album guest user
- setWatermark
- in file class-image.php, method _Image::setWatermark()
Set custom watermark
- setWebsite
- in file class-comment.php, method Comment::setWebsite()
Stores the website of the commentor
- setWMUse
- in file class-image.php, method _Image::setWMUse()
Sets the custom watermark usage
- sizeOfCache
- in file class-gallery.php, method Gallery::sizeOfCache()
Returns the size in bytes of the cache folder. WARNING: VERY SLOW.
- sizeOfImages
- in file class-gallery.php, method Gallery::sizeOfImages()
Returns the size in bytes of the albums folder. WARNING: VERY SLOW.
- sortAlbumArray
- in file class-gallery.php, method Gallery::sortAlbumArray()
Sort the album array based on either according to the sort key.
- sortImageArray
- in file class-album.php, method Album::sortImageArray()
sortImageArray will sort an array of Images based on the given key. The key must be one of (filename, title, sort_order) at the moment.
|
|