Class Mailchimp_Gallery
		
		
		
		
		Located at Mailchimp/Gallery.php
	
	
			 public 
			
			
			
		 | 
		|
			 public 
			associative_array
			
			
		 | 
		
			 public 
			
			
			
		 | 
		|
			 public 
			associative_array
			
			
		 | 
		
		#
		 getList( associative_array $opts = array() )
		Return a section of the image gallery Return a section of the image gallery Parameters
 Returnsassociative_arraythe matching gallery items - total int the total matching items - data array structs for each item included in the set, including: - name string the file name - time string the creation date for the item - size int the file size in bytes - full string the url to the actual item in the gallery - thumb string a url for a thumbnail that can be used to represent the item, generally an image thumbnail or an icon for a file type  |