class Wiki

Methods

__construct(string $web_url, string $git_ssh_url, string $git_http_url, string $path_with_namespace, string $default_branch)

Wiki constructor.

string
getWebUrl()

No description

string
getGitSshUrl()

No description

string
getGitHttpUrl()

No description

string
getPathWithNamespace()

No description

string
getDefaultBranch()

No description

Details

at line 45
__construct(string $web_url, string $git_ssh_url, string $git_http_url, string $path_with_namespace, string $default_branch)

Wiki constructor.

Parameters

string $web_url
string $git_ssh_url
string $git_http_url
string $path_with_namespace
string $default_branch

at line 57
string getWebUrl()

Return Value

string

at line 65
string getGitSshUrl()

Return Value

string

at line 73
string getGitHttpUrl()

Return Value

string

at line 81
string getPathWithNamespace()

Return Value

string

at line 89
string getDefaultBranch()

Return Value

string