Trait SegmentTrait
	
	
		
			Methods summary
			
		
			
				 public 
				
				
				
			 | 
			 | 
		
		
			
				 public 
				
				&
				
			 | 
			 | 
		
		
			
				 public 
				
				
				
			 | 
			 | 
		
		
			
				 public 
				
				
				
			 | 
			 | 
		
		
			
				 public 
				mixed
				&
				
			 | 
			
			#
			__get( string $name )
			
			
				Return a property value. 
Note: We override the method as to be able to return $reference as a reference
and not a value. 
					Parameters
					
					Returns
					
						mixed
					 
			 
			  | 
		
		
			
				abstract protected 
				array
				&
				
			 | 
			
			#
			get_reference( )
			
				Return the segment reference. 
			 
			
				Return the segment reference. 
					Returns
					
						array
					 
			 
			  | 
		
		
			
				abstract protected 
				ICanBoogie\SessionFlash
				
				
			 | 
			 | 
		
		
			
				abstract protected 
				mixed
				
				
			 | 
			
			#
			accessor_get( string $property )
			
				Returns the value of an inaccessible property. 
			 
			
				Returns the value of an inaccessible property. 
					Parameters
					
					Returns
					
						mixed
					 
					See
					
							\ICanBoogie\Accessor\AccessorTrait::accessor_get() 
					 
			 
			  | 
		
			
		 
		
		
            Magic properties
			
		
			
				public  
				array
			 | 
			
					$reference
				
					A reference to the session array. 
				 
				
					
				 
			 |