Class JGithubForks

Description

GitHub API References class for the Joomla Platform.

  • since: 11.3

Located in /libraries/joomla/github/forks.php (line 19)

JGithubObject
   |
   --JGithubForks
Method Summary
object create (string $user, string $repo, [string $org = ''])
array getList (string $user, string $repo, [integer $page = 0], [integer $limit = 0])
Variables

Inherited Variables

Inherited from JGithubObject

JGithubObject::$client
JGithubObject::$options
Methods
create (line 32)

Method to create an issue.

  • since: 11.4
  • access: public
object create (string $user, string $repo, [string $org = ''])
  • string $user: The name of the owner of the GitHub repository.
  • string $repo: The name of the GitHub repository.
  • string $org: The organization to fork the repo into. By default it is forked to the current user.
getList (line 74)

Method to list forks for a repository.

  • since: 11.4
  • access: public
array getList (string $user, string $repo, [integer $page = 0], [integer $limit = 0])
  • string $user: The name of the owner of the GitHub repository.
  • string $repo: The name of the GitHub repository.
  • integer $page: Page to request
  • integer $limit: Number of results to return per page

Inherited Methods

Inherited From JGithubObject

JGithubObject::__construct()
JGithubObject::fetchUrl()

Documentation generated on Mon, 25 Jun 2012 13:54:54 -0500 by phpDocumentor 1.4.4