ZBlogPHP::GetPostByArray PHP Method

GetPostByArray() public method

通过ID数组获取文章实例
public GetPostByArray ( array $array ) : array
$array array
return array Posts
    public function GetPostByArray($array)
    {
        return $this->GetListTypeByArray('Post', $array);
    }
ZBlogPHP