Class RelationshipEntry
Model for the channel_titles table, joined with channel_data
Joins with relationships table
- Illuminate\Database\Eloquent\Model
- 
			 rsanchez\Deep\Model\AbstractEntity rsanchez\Deep\Model\AbstractEntity
- 
			 rsanchez\Deep\Model\Title
			
			
			 uses 
				rsanchez\Deep\Model\JoinableTrait, 
			
				rsanchez\Deep\Model\GlobalAttributeVisibilityTrait rsanchez\Deep\Model\Title
			
			
			 uses 
				rsanchez\Deep\Model\JoinableTrait, 
			
				rsanchez\Deep\Model\GlobalAttributeVisibilityTrait
- 
			 rsanchez\Deep\Model\Entry rsanchez\Deep\Model\Entry
- 
			 rsanchez\Deep\Model\RelationshipEntry rsanchez\Deep\Model\RelationshipEntry
| 
			 protected static
			
			
			 | |
| 
			 public 
			Illuminate\Database\Eloquent\Builder
			
			 | 
		#
		 scopeParentEntryId( Illuminate\Database\Eloquent\Builder $query, integer|array $entryId )Filter by Parent Entry ID | 
| 
			 public 
			Illuminate\Database\Eloquent\Builder
			
			 | 
		#
		 scopeParents( Illuminate\Database\Eloquent\Builder $query, integer|array $entryId )Get the parents of the specified entry ID | 
| 
			 public 
			Illuminate\Database\Eloquent\Builder
			
			 | 
		#
		 scopeSiblings( Illuminate\Database\Eloquent\Builder $query, integer|array $entryId )Get the siblings of the specified entry ID | 
| 
			(), 
			(), 
			(), 
			()
		 | 
| 
			(), 
			(), 
			(), 
			(), 
			()
		 | 
| 
			protected  
			string
		 | $collectionClass | '\\rsanchez\\Deep\\Collection\\RelationshipCollection' | 
			#
			 The class used when creating a new Collection | 
| 
			$fieldRepository
		 | 
| 
			$channelRepository, 
			$defaultChannelName, 
			$extraHydrators, 
			$globalHidden, 
			$globalVisible, 
			$hydratorFactory, 
			$primaryKey, 
			$siteRepository, 
			$table
		 |