/**
  * @param $num int
  */
 function set_comments_per_page($num)
 {
     self::$comments_per_page = $num;
 }