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

getMorphClass() public method

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