Gush\Adapter\Adapter::createRepo PHP Method

createRepo() public method

public createRepo ( string $name, string $description, string $homepage, boolean $public = true, null $organization = null, boolean $hasIssues = true, boolean $hasWiki = false, boolean $hasDownloads = false, integer $teamId, boolean $autoInit = true ) : array
$name string
$description string
$homepage string
$public boolean
$organization null
$hasIssues boolean
$hasWiki boolean
$hasDownloads boolean
$teamId integer
$autoInit boolean
return array
    public function createRepo($name, $description, $homepage, $public = true, $organization = null, $hasIssues = true, $hasWiki = false, $hasDownloads = false, $teamId = 0, $autoInit = true);