Description
Usage
GitHub::repository( $repository );Parameters
- $repository
- ( mixed ) optional –
Returns
voidSource
File name: oik-batch/includes/class-github.phpLines:
1 to 3 of 3
function repository( $repository=null ) { $this->repository = $repository; }View on GitHub
Called by
1 to 4 of 4
- GitHub::api() – Get the API root for a repository ( repos )
- GitHub::get_download() – Get information for a specific repository
- GitHub::get_download_info() – Get information about a particular repository
- GitHub::__construct() – The repository is expected to match the slug of the WordPress plugin or theme
