forked from GNUsocial/gnu-social
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			201 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			201 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if (!defined('GNUSOCIAL')) { exit(1); }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class InboxMessageList extends MessageList
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    function newItem($message)
							 | 
						||
| 
								 | 
							
								    {
							 | 
						||
| 
								 | 
							
								        return new InboxMessageListItem($this->out, $message);
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								}
							 |