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 JGithubPackageOrgs
+ Graphe d'héritage de JGithubPackageOrgs:

Fonctions membres publiques

 getList ($user='')
 
 get ($org)
 
 edit ($org, $billingEmail='', $company='', $email='', $location='', $name='')
 
- 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)
 

Attributs protégés

 $name = 'Orgs'
 
 $packages = array('members', 'teams')
 
- Attributs protégés hérités de JGithubPackage
 $name = ''
 
 $packages = array()
 
- Attributs protégés hérités de JGithubObject
 $options
 
 $client
 

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)
 

Documentation des fonctions membres

◆ edit()

edit (   $org,
  $billingEmail = '',
  $company = '',
  $email = '',
  $location = '',
  $name = '' 
)

Edit an Organization.

Paramètres
string$orgThe organization name.
string$billingEmailBilling email address. This address is not publicized.
string$companyThe company name.
string$emailThe email address.
string$locationThe location name.
string$nameThe name.
Depuis
3.3 (CMS)
Renvoie
object

Références $data, $i, et $path.

◆ get()

get (   $org)

Get an Organization.

Paramètres
string$orgThe organization name.
Depuis
3.3 (CMS)
Renvoie
object

Références $path.

◆ getList()

getList (   $user = '')

List User Organizations.

If a user name is given, public and private organizations for the authenticated user will be listed.

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

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

Documentation des champs

◆ $name

$name = 'Orgs'
protected

◆ $packages

$packages = array('members', 'teams')
protected

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