Example #1
0
 /**
  * @param int $value
  */
 static function set_max_posts_per_page($value)
 {
     self::$_max_posts_per_page = absint($value);
 }