Ubiquity
2.0.3
php rapid development framework
|
Public Member Functions | |
getRepository () | |
setRepository ($repository) | |
getRemoteUrl () | |
getAuthRemoteUrl () | |
setRepoRemoteUrl () | |
getUser () | |
getPassword () | |
setRemoteUrl ($remoteUrl) | |
setUser ($user) | |
setPassword ($password) | |
getFiles () | |
setFiles ($files) | |
addFiles ($files) | |
getInitialized () | |
setInitialized ($initialized) | |
__construct ($name="") | |
getCommits () | |
hasCommits () | |
setCommits ($commits) | |
getName () | |
setName ($name) | |
__toString () | |
Static Public Member Functions | |
static | init ($getFiles=true) |
static | loadUntrackedFiles (UGitRepository $gitRepo) |
static | loadModifiedFiles (UGitRepository $gitRepo) |
Static Public Attributes | |
static | $GIT_SETTINGS ="git/settings" |
Private Attributes | |
$name | |
$initialized | |
$files | |
$remoteUrl | |
$user | |
$password | |
$commits | |
$repository | |
Definition at line 12 of file RepositoryGit.php.
__construct | ( | $name = "" | ) |
Definition at line 138 of file RepositoryGit.php.
__toString | ( | ) |
Definition at line 240 of file RepositoryGit.php.
addFiles | ( | $files | ) |
Definition at line 120 of file RepositoryGit.php.
getAuthRemoteUrl | ( | ) |
Definition at line 50 of file RepositoryGit.php.
getCommits | ( | ) |
Definition at line 148 of file RepositoryGit.php.
getFiles | ( | ) |
Definition at line 109 of file RepositoryGit.php.
getInitialized | ( | ) |
Definition at line 127 of file RepositoryGit.php.
getName | ( | ) |
Definition at line 166 of file RepositoryGit.php.
getPassword | ( | ) |
Definition at line 80 of file RepositoryGit.php.
getRemoteUrl | ( | ) |
Definition at line 43 of file RepositoryGit.php.
getRepository | ( | ) |
Definition at line 29 of file RepositoryGit.php.
getUser | ( | ) |
Definition at line 73 of file RepositoryGit.php.
hasCommits | ( | ) |
Definition at line 152 of file RepositoryGit.php.
|
static |
Definition at line 180 of file RepositoryGit.php.
|
static |
Definition at line 218 of file RepositoryGit.php.
|
static |
Definition at line 207 of file RepositoryGit.php.
setCommits | ( | $commits | ) |
multitype | : | $commits |
Definition at line 159 of file RepositoryGit.php.
setFiles | ( | $files | ) |
multitype | : | $files |
Definition at line 116 of file RepositoryGit.php.
setInitialized | ( | $initialized | ) |
mixed | $initialized |
Definition at line 134 of file RepositoryGit.php.
setName | ( | $name | ) |
string | $name |
Definition at line 173 of file RepositoryGit.php.
setPassword | ( | $password | ) |
mixed | $password |
Definition at line 102 of file RepositoryGit.php.
setRemoteUrl | ( | $remoteUrl | ) |
mixed | $remoteUrl |
Definition at line 87 of file RepositoryGit.php.
setRepoRemoteUrl | ( | ) |
Definition at line 57 of file RepositoryGit.php.
setRepository | ( | $repository | ) |
mixed | $repository |
Definition at line 36 of file RepositoryGit.php.
setUser | ( | $user | ) |
mixed | $user |
Definition at line 95 of file RepositoryGit.php.
|
private |
Definition at line 20 of file RepositoryGit.php.
|
private |
Definition at line 16 of file RepositoryGit.php.
|
static |
Definition at line 13 of file RepositoryGit.php.
|
private |
Definition at line 15 of file RepositoryGit.php.
|
private |
Definition at line 14 of file RepositoryGit.php.
|
private |
Definition at line 19 of file RepositoryGit.php.
|
private |
Definition at line 17 of file RepositoryGit.php.
|
private |
Definition at line 24 of file RepositoryGit.php.
|
private |
Definition at line 18 of file RepositoryGit.php.