메소드 |
설명 |
|
__construct ( Ansel_Gallery $gallery ) : Ansel_GalleryMode_Base |
Constructor |
|
countGalleryChildren ( integer $perm = Horde_Perms::SHOW, boolean $galleries_only = false ) : integer |
Return the count this gallery's children |
|
countImages ( boolean $subgalleries = false ) : integer |
Returns the number of images in this gallery and, optionally, all
sub-galleries. |
|
getDate ( ) : array |
|
|
getGalleryChildren ( integer $perm = Horde_Perms::SHOW, integer $from, $to ) : array |
Get the children of this gallery. |
|
getGalleryCrumbData ( ) : An |
Get an array describing where this gallery is in a breadcrumb trail. |
|
getImages ( integer $from, integer $count ) |
Gets a slice of the images in this gallery. |
|
hasFeature ( $feature ) |
|
|
hasSubGalleries ( ) : boolean |
Checks if the gallery has any subgallery |
|
listImages ( integer $from, integer $count ) : array |
List a slice of the image ids in this gallery. |
|
moveImagesTo ( array $images, Ansel_Gallery $gallery ) : boolean |
Move images from this gallery to another. |
|
removeImage ( $image, boolean $isStack ) : boolean |
Remove an image from Ansel. |
|
setDate ( array $date = [] ) |
|
|