LMongo\Eloquent\Relations\MorphOneOrMany::getMorphType PHP Méthode

getMorphType() public méthode

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