Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
GitCommit Class Reference

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
 

Detailed Description

Definition at line 5 of file GitCommit.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $cHash = "",
  $author = "",
  $cDate = "",
  $summary = "",
  $lHash = "",
  $pushed = true 
)

Definition at line 13 of file GitCommit.php.

Member Function Documentation

◆ getAuthor()

getAuthor ( )
Returns
string

Definition at line 38 of file GitCommit.php.

◆ getCDate()

getCDate ( )
Returns
string

Definition at line 45 of file GitCommit.php.

◆ getCHash()

getCHash ( )
Returns
string

Definition at line 31 of file GitCommit.php.

◆ getLHash()

getLHash ( )
Returns
string

Definition at line 24 of file GitCommit.php.

◆ getPushed()

getPushed ( )
Returns
string

Definition at line 86 of file GitCommit.php.

◆ getSummary()

getSummary ( )
Returns
string

Definition at line 52 of file GitCommit.php.

◆ setAuthor()

setAuthor (   $author)
Parameters
string$author

Definition at line 66 of file GitCommit.php.

◆ setCDate()

setCDate (   $cDate)
Parameters
string$cDate

Definition at line 73 of file GitCommit.php.

◆ setCHash()

setCHash (   $cHash)
Parameters
string$cHash

Definition at line 59 of file GitCommit.php.

◆ setPushed()

setPushed (   $pushed)
Parameters
string$pushed

Definition at line 93 of file GitCommit.php.

◆ setSummary()

setSummary (   $summary)
Parameters
string$summary

Definition at line 80 of file GitCommit.php.

Field Documentation

◆ $author

$author
private

Definition at line 8 of file GitCommit.php.

◆ $cDate

$cDate
private

Definition at line 9 of file GitCommit.php.

◆ $cHash

$cHash
private

Definition at line 6 of file GitCommit.php.

◆ $lHash

$lHash
private

Definition at line 7 of file GitCommit.php.

◆ $pushed

$pushed
private

Definition at line 11 of file GitCommit.php.

◆ $summary

$summary
private

Definition at line 10 of file GitCommit.php.


The documentation for this class was generated from the following file: