Class Ansel_GalleryMode_Base
Ansel_GalleryMode_Base:: Class for encapsulating gallery methods that depend on the current display mode of the gallery.
Copyright 2008-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Abstract
Package: Ansel
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at GalleryMode/Base.php
Package: Ansel
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at GalleryMode/Base.php
public
|
|
public
|
|
public
|
|
public
array
|
|
abstract public
array
|
#
getGalleryChildren( integer $perm = Horde_Perms::SHOW, integer $from = 0, integer $to = 0 )
Get the children of this gallery. |
abstract public
integer
|
#
countGalleryChildren( integer $perm = Horde_Perms::SHOW, boolean $galleries_only = false )
Return the count this gallery's children |
abstract public
An
|
|
abstract public
array
|
#
listImages( integer $from = 0, integer $count = 0 )
List a slice of the image ids in this gallery. |
abstract public
|
|
abstract public
boolean
|
|
abstract public
boolean
|
|
abstract public
boolean
|
|
abstract public
integer
|
#
countImages( boolean $subgalleries = false )
Returns the number of images in this gallery and, optionally, all sub-galleries. |