| [ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 110 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 3 fois |
| Nécessite: | 0 fichiers |
GalleryThumbnailGenerator:: (3 méthodes):
generateResourceThumbnail()
generateResourceMediumSizeThumbnail()
generateResourceFinalSizeThumbnail()
Classe: GalleryThumbnailGenerator - X-Ref
| generateResourceThumbnail( $resFile, $resourceId, $ownerId,$previewHeight = GALLERY_DEFAULT_THUMBNAIL_HEIGHT,$previewWidth = GALLERY_DEFAULT_THUMBNAIL_WIDTH ) X-Ref |
| generates the thumbnail of a file that we have just added. param: resFile the resource file from which we're trying to generate the param: fileName The name and path of the new thumbnail we're going to create param: previewHeight param: previewWidth |
| generateResourceMediumSizeThumbnail( $resFile, $resourceId, $ownerId, $previewHeight = GALLERY_DEFAULT_MEDIUM_SIZE_THUMBNAIL_HEIGHT, $previewWidth = GALLERY_DEFAULT_MEDIUM_SIZE_THUMBNAIL_WIDTH ) X-Ref |
| generates the medium-sized thumbnail of a file that we have just added param: resFile the resource file from which we're trying to generate the param: fileName The name and path of the new thumbnail we're going to create param: previewHeight param: previewWidth |
| generateResourceFinalSizeThumbnail( $resFile, $resourceId, $ownerId,$previewHeight = 0, $previewWidth = 0 ) X-Ref |
| generates the final version of an image param: resFile the resource file from which we're trying to generate the param: fileName The name and path of the new thumbnail we're going to create param: previewHeight param: previewWidth |
| Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
|