mongoloquent
    Preparing search index...

    Class MorphedByMany<T, M>

    Type Parameters

    • T = any
    • M = any

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    $attributes: Partial<T> = {}
    $collection: string = ""
    $connection: string = ""
    $databaseName: string = ""
    $timezone: string = ""
    $useSoftDelete: boolean = false
    $useTimestamps: boolean = true
    model: Model<T>
    morph: string
    morphCollectionName: string
    morphId: string
    morphType: string
    relatedModel: Model<M>

    Methods