public function __construct() { parent::__construct(); }
function __construct($prefix = "", $taxonomy, $term_id) { parent::__construct($prefix); $this->termID = $term_id; $this->taxonomyName = $taxonomy; }