Project
class Project
Methods
__construct(int $id, string $name, string $description, string $web_url, string $avatar_url, string $git_ssh_url, string $git_http_url, string $namespace, int $visibility_level, string $path_with_namespace, string $default_branch, string $homepage, string $url, string $ssh_url, string $http_url)
Project constructor.
int
getId()
No description
string
getName()
No description
string
getDescription()
No description
string
getWebUrl()
No description
string
getAvatarUrl()
No description
string
getGitSshUrl()
No description
string
getGitHttpUrl()
No description
string
getNamespace()
No description
int
getVisibilityLevel()
No description
string
getPathWithNamespace()
No description
string
getDefaultBranch()
No description
string
getHomepage()
No description
string
getUrl()
No description
string
getSshUrl()
No description
string
getHttpUrl()
No description
Details
at line 105
__construct(int $id, string $name, string $description, string $web_url, string $avatar_url, string $git_ssh_url, string $git_http_url, string $namespace, int $visibility_level, string $path_with_namespace, string $default_branch, string $homepage, string $url, string $ssh_url, string $http_url)
Project constructor.