Home
last modified time | relevance | path

Searched refs:circleId (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php142 $params = array('circleId' => $circleId);
154 * @param string $circleId The ID of the circle to get.
158 public function get($circleId, $optParams = array()) { argument
159 $params = array('circleId' => $circleId);
209 * @param string $circleId The ID of the circle to update.
227 * @param string $circleId The ID of the circle to delete.
230 public function remove($circleId, $optParams = array()) { argument
231 $params = array('circleId' => $circleId);
246 $params = array('circleId' => $circleId);
254 * @param string $circleId The ID of the circle to update.
[all …]