Corcel\TermRelationship::taxonomy PHP 메소드

taxonomy() 공개 메소드

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