WPINC_wp class term.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface TermInterface {
    public static function get_instance( $term_id, $taxonomy = null );
    public function filter( $filter );
    public function to_array();
}

Notes weird singleton implementation with public variable access... Also fake variable data created as needed.