You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2022. It is now read-only.
Gitolite ACL Class
Project: gitolite-php
File: src/Gitolite/Acl.php
Copyright (C) 2012 Rafael Goulart
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
Format: <permission> <zero or more refexes> = <one or more users/user teams>
Argument
Type
Description
$nl | string |
Gitolite\Gitolite
Gitolite Class
Project: gitolite-php
File: src/Gitolite/Gitolite.php
Copyright (C) 2012 Rafael Goulart
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
Gitolite Repository Class
Project: gitolite-php
File: src/Gitolite/Repo.php
Copyright (C) 2012 Rafael Goulart
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
Gitolite Team Class
Project: gitolite-php
File: src/Gitolite/Team.php
Copyright (C) 2012 Rafael Goulart
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
Gitolite User Class
Project: gitolite-php
File: src/Gitolite/User.php
Copyright (C) 2012 Rafael Goulart
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
public setUsername()
Set Username
Argument
Type
Description
$username | string |
public getUsername()
Get Username
public setKeys()
Set Keys
Argument
Type
Description
$keys | array |
public getKeys()
Get Keys
public getFirstKey()
Get First Key
public addKey()
Add key
Argument
Type
Description
$key | string |
public setEmail()
Set Email
Argument
Type
Description
$email | string |
public getEmail()
Get Email
public renderKeyFileName()
Returns key filename in form username.pub
GitoliteAutoload
Gitolite Autoload Class
Project: gitolite-php
File: src/GitoliteAutoload.php
Copyright (C) 2012 Rafael Goulart
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
private __construct()
Constructor
set private to avoid directly instatiation to implement
but is not a Singleton Design Pattern
public registerAutoload()
Configure autoloading using Gitolite.
This is designed to play nicely with other autoloaders.