WXR_Parser_Regex::process_term PHP Метод

process_term() публичный Метод

public process_term ( $t )
    function process_term($t)
    {
        return array('term_id' => $this->get_tag($t, 'wp:term_id'), 'term_taxonomy' => $this->get_tag($t, 'wp:term_taxonomy'), 'slug' => $this->get_tag($t, 'wp:term_slug'), 'term_parent' => $this->get_tag($t, 'wp:term_parent'), 'term_name' => $this->get_tag($t, 'wp:term_name'), 'term_description' => $this->get_tag($t, 'wp:term_description'));
    }