Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Liste complète des membres de JGithubMilestones, y compris les membres hérités :
$client | JGithubObject | protected |
$options | JGithubObject | protected |
__construct(JRegistry $options=null, JGithubHttp $client=null) | JGithubObject | |
create($user, $repo, $title, $state=null, $description=null, $due_on=null) | JGithubMilestones | |
delete($user, $repo, $milestoneId) | JGithubMilestones | |
edit($user, $repo, $milestoneId, $title=null, $state=null, $description=null, $due_on=null) | JGithubMilestones | |
fetchUrl($path, $page=0, $limit=0) | JGithubObject | protected |
get($user, $repo, $milestoneId) | JGithubMilestones | |
getList($user, $repo, $state= 'open', $sort= 'due_date', $direction= 'desc', $page=0, $limit=0) | JGithubMilestones | |
processResponse(JHttpResponse $response, $expectedCode=200) | JGithubObject | protected |