Class MediaObject
	
	Root class for images and albums
	 
	
		- 
			PersistentObject
			
			
			
		
 
		- 
			
			ThemeObject
			
			
			
		 
		- 
			
MediaObject			
			
			
		 
	
	
	
	
	
	Methods summary
	
		
			 public 
			
			
			
		 | 
		 | 
	
	
		
			 public 
			string
			
			
		 | 
		
		#
		getDesc(  $locale = NULL )
		
		
			Returns the description 
				Returns
				
					string
				 
		 
		  | 
	
	
		
			 public 
			
			
			
		 | 
		
		#
		setDesc( string $desc )
		
		
			Stores the description 
				Parameters
				
		 
		  | 
	
	
		
			 public 
			string
			
			
		 | 
		 | 
	
	
		
			 public 
			
			
			
		 | 
		
		#
		setSortOrder( string $sortorder )
		
		
			Stores the sort order 
				Parameters
				
					- $sortorder
 
					- image sort order
 
				  
		 
		  | 
	
	
		
			 public 
			string
			
			
		 | 
		
		#
		getUser( )
		
		
			Returns the guest user 
				Returns
				
					string
				 
		 
		  | 
	
	
		
			 public 
			
			
			
		 | 
		
		#
		setUser( string $user )
		
		
			Sets the guest user 
				Parameters
				
		 
		  | 
	
	
		
			 public 
			string
			
			
		 | 
		 | 
	
	
		
			 public 
			
			
			
		 | 
		
		#
		setPassword( string $pwd )
		
			Sets the encrypted password 
		 
		
			Sets the encrypted password 
				Parameters
				
					- $pwd
 
					- the cleartext password
 
				  
		 
		  | 
	
	
		
			 public 
			string
			
			
		 | 
		
		#
		getPasswordHint(  $locale = NULL )
		
			Returns the password hint 
		 
		
			Returns the password hint 
				Returns
				
					string
				 
		 
		  | 
	
	
		
			 public 
			
			
			
		 | 
		 | 
	
	
		
			 public 
			string
			
			
		 | 
		 | 
	
	
		
			 public 
			
			
			
		 | 
		 | 
	
	
		
			 public 
			string
			
			
		 | 
		 | 
	
	
		
			 public 
			
			
			
		 | 
		 | 
	
	
	
	Methods inherited from ThemeObject
	
		
			addComment(), 
			checkAccess(), 
			checkForGuest(), 
			checkPublishDates(), 
			countHit(), 
			getCodeblock(), 
			getCommentCount(), 
			getComments(), 
			getCommentsAllowed(), 
			getCustomData(), 
			getDateTime(), 
			getHitcounter(), 
			getParentID(), 
			getShow(), 
			getTags(), 
			getTitle(), 
			hasTag(), 
			isMyItem(), 
			setCodeblock(), 
			setCommentsAllowed(), 
			setCustomData(), 
			setDateTime(), 
			setParentID(), 
			setShow(), 
			setTags(), 
			setTitle()
		 | 
	
	
	
	Methods inherited from PersistentObject
	
		
			__toString(), 
			copy(), 
			get(), 
			getData(), 
			getID(), 
			instantiate(), 
			move(), 
			remove(), 
			save(), 
			set(), 
			setDefaults()
		 |