Methods summary
public
|
|
protected
|
|
public
|
|
public
string
|
#
getOwner( boolean $fullname = false )
Gets the owner of the album respectively of a parent album if not set specifically
Gets the owner of the album respectively of a parent album if not set specifically
Parameters
- $fullname
- Set to true to get the full name (if the owner is a vaild user of the site and has the full name defined)
Returns
string
Overrides
|
public
|
|
public
|
|
public
|
|
public
|
|
public static
|
|
public static
|
|
public
array
|
#
getAlbums( string $page = 0, string $sorttype = null, string $sortdirection = null, boolean $care = true, boolean $mine = NULL )
Returns all folder names for all the subdirectories.
Returns all folder names for all the subdirectories.
Parameters
- $page
- Which page of subalbums to display.
- $sorttype
- The sort strategy
- $sortdirection
- The direction of the sort
- $care
- set to false if the order does not matter
- $mine
- set true/false to override ownership
Returns
array
Overrides
|
public
array
|
#
getImages( string $page = 0, integer $firstPageCount = 0, string $sorttype = null, string $sortdirection = null, boolean $care = true, boolean $mine = NULL )
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.
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.
Parameters
- $page
- Which page of images should be returned. If zero, all images are returned.
- $firstPageCount
- count of images that go on the album/image transition page
- $sorttype
- optional sort type
- $sortdirection
- optional sort direction
- $care
- set to false if the order of the images does not matter
- $mine
- set true/false to override ownership
Returns
array
Overrides
|
public static
|
|
public static
|
|
public static
|
|
public
string
|
#
getLink( string $page = NULL, $instance = NULL )
Returns an URL to the album, including the current page number
Returns an URL to the album, including the current page number
Parameters
- $page
- if not null, apppend as page #
- $instance
Returns
string
Overrides
|
public static
|
|