Method | Description | |
---|---|---|
all ( array $params = [] ) : |
Get all blogs. | |
getById ( string $id ) : |
Get information about a specific blog. | |
getVersion ( string $id, string $version_id ) : |
Get a previous version of the blog. | |
versions ( string $id ) : |
Get previous versions of the blog. |
public getVersion ( string $id, string $version_id ) : |
||
$id | string | Blog id. |
$version_id | string | Version id. |
return |