Class Row
Pointer to specific position inside LeanMapper\Result instance
			 public 
			
			
			
		 | 
		|
			 public 
			mixed
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			boolean
			
			
		 | 
		|
			 public 
			boolean
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		
		#
		 markAsUpdated( )
		Marks row as non-updated (isModified() returns false right after this method call)  | 
	
			 public 
			
			
			
		 | 
		|
			 public 
			array
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		
		#
		 cleanReferencedRowsCache( string|null $table = null, string|null $column = null )
		Clean in-memory cache of referenced rows  | 
	
			 public 
			
		 | 
		
		#
		 referenced( string $table, Closure $filter = null, string|null $viaColumn = null )
		Returns referenced LeanMapper\Row instance  | 
	
			 public 
			
		 | 
		
		#
		 referencing( string $table, Closure $filter = null, string|null $viaColumn = null )
		Returns array of LeanMapper\Row instances referencing current row  |