function __construct()
 {
     parent::__construct();
     add_filter('get_comment_excerpt', array($this, 'shrink_comment_excerpt'), 99);
 }