public function __construct($data)
 {
     $default = array('ID' => $data->term_id, 'term_id' => $data->term_id, 'name' => NULL, 'slug' => NULL, 'term_group' => NULL, 'term_order' => NULL, 'term_taxonomy_id' => NULL, 'taxonomy' => NULL, 'description' => NULL, 'parent' => NULL, 'count' => NULL, 'object_id' => NULL);
     parent::__construct($data, $default);
 }
 public function __construct($data)
 {
     $default = array('ID' => $data->ID, 'post_author' => NULL, 'post_date' => NULL, 'post_date_gmt' => NULL, 'post_content' => NULL, 'post_title' => NULL, 'post_excerpt' => NULL, 'post_status' => NULL, 'comment_status' => NULL, 'ping_status' => NULL, 'post_password' => NULL, 'post_name' => NULL, 'to_ping' => NULL, 'pinged' => NULL, 'post_modified' => NULL, 'post_modified_gmt' => NULL, 'post_content_filtered' => NULL, 'post_parent' => NULL, 'guid' => NULL, 'menu_order' => NULL, 'post_type' => NULL, 'post_mime_type' => NULL, 'comment_count' => NULL, 'filter' => NULL);
     parent::__construct($data, $default);
 }