PHP 클래스 Horde_Service_Facebook_Groups, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Service_Facebook_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
get ( string $uid ) : array Returns groups according to the filters specified.
getMembers ( integer $gid ) : array Returns the membership list of a group.

메소드 상세

get() 공개 메소드

Returns groups according to the filters specified.
public get ( string $uid ) : array
$uid string User associated with groups.
리턴 array An array of group objects

getMembers() 공개 메소드

Returns the membership list of a group.
public getMembers ( integer $gid ) : array
$gid integer Group id
리턴 array An array with four membership lists, with keys 'members', 'admins', 'officers', and 'not_replied'