LMongo\Eloquent\Relations\MorphOneOrMany::getMorphType PHP Method

getMorphType() public method

Get the foreign key "type" name.
public getMorphType ( ) : string
return string
    public function getMorphType()
    {
        return $this->morphType;
    }