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

getMorphClass() public méthode

Get the class name of the parent model.
public getMorphClass ( ) : string
Résultat string
    public function getMorphClass()
    {
        return $this->morphClass;
    }