The "blogUserInfos" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($userId, $blogId, $optParams=array()) |
| Gets one blog and user info pair by blogId and userId.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "blogUserInfos" collection of methods.
Typical usage is: $bloggerService = new Google_Service_Blogger(...); $blogUserInfos = $bloggerService->blogUserInfos;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Blogger_BlogUserInfos_Resource::get |
( |
| $userId, |
|
|
| $blogId, |
|
|
| $optParams = array() ) |
Gets one blog and user info pair by blogId and userId.
(blogUserInfos.get)
- Parameters
-
string | $userId | ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the user's profile identifier. |
string | $blogId | The ID of the blog to get. |
array | $optParams | Optional parameters. |
@opt_param string maxPosts Maximum number of posts to pull back with the blog.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Blogger.php