class Repository

Methods

__construct(string $name, string $url, string $description, string $homepage, string $git_http_url, string $git_ssh_url, string $visibility_level)

Repository constructor.

string
getName()

No description

string
getUrl()

No description

string
getDescription()

No description

string
getHomepage()

No description

string
getGitHttpUrl()

No description

string
getGitSshUrl()

No description

string
getVisibilityLevel()

No description

Details

at line 57
__construct(string $name, string $url, string $description, string $homepage, string $git_http_url, string $git_ssh_url, string $visibility_level)

Repository constructor.

Parameters

string $name
string $url
string $description
string $homepage
string $git_http_url
string $git_ssh_url
string $visibility_level

at line 72
string getName()

Return Value

string

at line 80
string getUrl()

Return Value

string

at line 88
string getDescription()

Return Value

string

at line 96
string getHomepage()

Return Value

string

at line 104
string getGitHttpUrl()

Return Value

string

at line 112
string getGitSshUrl()

Return Value

string

at line 120
string getVisibilityLevel()

Return Value

string