ZBlogPHP::GetPostByArray PHP Méthode

GetPostByArray() public méthode

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