Ejemplo n.º 1
0
 /**
  * @param array   $results
  * @param string  $PostClass
  * @return TimberPostsCollection
  * @deprecated since 0.20.0
  */
 static function handle_post_results($results, $PostClass = 'TimberPost')
 {
     return TimberPostGetter::handle_post_results($results, $PostClass);
 }