AdminPageFramework_TaxonomyField_View::_replyToPrintFieldsWithTableRows PHP Method

_replyToPrintFieldsWithTableRows() public method

    public function _replyToPrintFieldsWithTableRows($oTerm)
    {
        echo $this->_getFieldsOutput(isset($oTerm->term_id) ? $oTerm->term_id : null, true);
    }