Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JGithubPackageUsersFollowers
+ Graphe d'héritage de JGithubPackageUsersFollowers:

Fonctions membres publiques

 getList ($user='')
 
 getListFollowedBy ($user='')
 
 check ($user)
 
 follow ($user)
 
 unfollow ($user)
 
- Fonctions membres publiques hérités de JGithubPackage
 __get ($name)
 
- Fonctions membres publiques hérités de JGithubObject
 __construct (Registry $options=null, JGithubHttp $client=null)
 

Membres hérités additionnels

- Fonctions membres protégées hérités de JGithubObject
 fetchUrl ($path, $page=0, $limit=0)
 
 processResponse (JHttpResponse $response, $expectedCode=200, $decode=true)
 
- Attributs protégés hérités de JGithubPackage
 $name = ''
 
 $packages = array()
 
- Attributs protégés hérités de JGithubObject
 $options
 
 $client
 

Description détaillée

GitHub API References class for the Joomla Platform.

https://developer.github.com/v3/users/followers

Depuis
3.1.4
Obsolète:
4.0 Use the joomla/github package via Composer instead

Documentation des fonctions membres

◆ check()

check (   $user)

Check if you are following a user.

Paramètres
string$userThe name of the user.
Exceptions
UnexpectedValueException
Depuis
3.3 (CMS)
Renvoie
boolean

Références $path, et $user.

◆ follow()

follow (   $user)

Follow a user.

Following a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow scope.

Paramètres
string$userThe name of the user.
Depuis
3.3 (CMS)
Renvoie
object

Références $path, et $user.

◆ getList()

getList (   $user = '')

List followers of a user.

Paramètres
string$userThe name of the user. If not set the current authenticated user will be used.
Depuis
3.3 (CMS)
Renvoie
object

Références $path, et $user.

◆ getListFollowedBy()

getListFollowedBy (   $user = '')

List users followed by another user.

Paramètres
string$userThe name of the user. If not set the current authenticated user will be used.
Depuis
3.3 (CMS)
Renvoie
object

Références $path, et $user.

◆ unfollow()

unfollow (   $user)

Unfollow a user.

Unfollowing a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow scope.

Paramètres
string$userThe name of the user.
Depuis
3.3 (CMS)
Renvoie
object

Références $path, et $user.


La documentation de cette classe a été générée à partir du fichier suivant :