Corcel\TermRelationship::taxonomy PHP Method

taxonomy() public method

public taxonomy ( )
    public function taxonomy()
    {
        return $this->belongsTo('Corcel\\TermTaxonomy', 'term_taxonomy_id');
    }
TermRelationship