|
Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
| __construct ($cHash="", $author="", $cDate="", $summary="", $lHash="", $pushed=true) | |
| getLHash () | |
| getCHash () | |
| getAuthor () | |
| getCDate () | |
| getSummary () | |
| setCHash ($cHash) | |
| setAuthor ($author) | |
| setCDate ($cDate) | |
| setSummary ($summary) | |
| getPushed () | |
| setPushed ($pushed) | |
Private Attributes | |
| $cHash | |
| $lHash | |
| $author | |
| $cDate | |
| $summary | |
| $pushed | |
Definition at line 5 of file GitCommit.php.
| __construct | ( | $cHash = "", |
|
$author = "", |
|||
$cDate = "", |
|||
$summary = "", |
|||
$lHash = "", |
|||
$pushed = true |
|||
| ) |
Definition at line 13 of file GitCommit.php.
| getAuthor | ( | ) |
Definition at line 38 of file GitCommit.php.
| getCDate | ( | ) |
Definition at line 45 of file GitCommit.php.
| getCHash | ( | ) |
Definition at line 31 of file GitCommit.php.
| getLHash | ( | ) |
Definition at line 24 of file GitCommit.php.
| getPushed | ( | ) |
Definition at line 86 of file GitCommit.php.
| getSummary | ( | ) |
Definition at line 52 of file GitCommit.php.
| setAuthor | ( | $author | ) |
| string | $author |
Definition at line 66 of file GitCommit.php.
| setCDate | ( | $cDate | ) |
| string | $cDate |
Definition at line 73 of file GitCommit.php.
| setCHash | ( | $cHash | ) |
| string | $cHash |
Definition at line 59 of file GitCommit.php.
| setPushed | ( | $pushed | ) |
| string | $pushed |
Definition at line 93 of file GitCommit.php.
| setSummary | ( | $summary | ) |
| string | $summary |
Definition at line 80 of file GitCommit.php.
|
private |
Definition at line 8 of file GitCommit.php.
|
private |
Definition at line 9 of file GitCommit.php.
|
private |
Definition at line 6 of file GitCommit.php.
|
private |
Definition at line 7 of file GitCommit.php.
|
private |
Definition at line 11 of file GitCommit.php.
|
private |
Definition at line 10 of file GitCommit.php.