Ubiquity  2.0.3
php rapid development framework
GitTrait Class Reference
+ Inheritance diagram for GitTrait:

Public Member Functions

 _getAdminData ()
 
 _getAdminViewer ()
 
 _getAdminFiles ()
 
 loadView ($viewName, $pData=NULL, $asString=false)
 
 git ()
 
 gitRefresh ()
 
 _git ()
 
 gitInit ()
 
 frmSettings ()
 
 updateGitParams ()
 
 commit ()
 
 gitPush ()
 
 gitPull ()
 
 gitIgnoreEdit ()
 
 gitIgnoreValidate ()
 
 refreshFiles ()
 
 refreshCommits ()
 
 changesInfiles (... $filenameParts)
 
 changesInCommit ($commitHash)
 

Protected Member Functions

 showConfMessage ($content, $type, $itle, $url, $responseElement, $data, $attributes=NULL)
 
 showSimpleMessage ($content, $type, $title=null, $icon="info", $timeout=NULL, $staticName=null)
 
 _getRepo ($getfiles=true)
 
 _refreshParts ()
 

Detailed Description

Definition at line 23 of file GitTrait.php.

Member Function Documentation

◆ _getAdminData()

_getAdminData ( )
abstract

◆ _getAdminFiles()

_getAdminFiles ( )
abstract

◆ _getAdminViewer()

_getAdminViewer ( )
abstract

◆ _getRepo()

_getRepo (   $getfiles = true)
protected

Definition at line 47 of file GitTrait.php.

◆ _git()

_git ( )

Definition at line 44 of file GitTrait.php.

◆ _refreshParts()

_refreshParts ( )
protected

Definition at line 140 of file GitTrait.php.

◆ changesInCommit()

changesInCommit (   $commitHash)

Definition at line 224 of file GitTrait.php.

◆ changesInfiles()

changesInfiles (   $filenameParts)

Definition at line 212 of file GitTrait.php.

◆ commit()

commit ( )

Definition at line 89 of file GitTrait.php.

◆ frmSettings()

frmSettings ( )

Definition at line 68 of file GitTrait.php.

◆ git()

git ( )
abstract

◆ gitIgnoreEdit()

gitIgnoreEdit ( )

Definition at line 174 of file GitTrait.php.

◆ gitIgnoreValidate()

gitIgnoreValidate ( )

Definition at line 184 of file GitTrait.php.

◆ gitInit()

gitInit ( )

Definition at line 52 of file GitTrait.php.

◆ gitPull()

gitPull ( )

Definition at line 164 of file GitTrait.php.

◆ gitPush()

gitPush ( )

Definition at line 146 of file GitTrait.php.

◆ gitRefresh()

gitRefresh ( )

Definition at line 39 of file GitTrait.php.

◆ loadView()

loadView (   $viewName,
  $pData = NULL,
  $asString = false 
)
abstract

◆ refreshCommits()

refreshCommits ( )

Definition at line 206 of file GitTrait.php.

◆ refreshFiles()

refreshFiles ( )

Definition at line 198 of file GitTrait.php.

◆ showConfMessage()

showConfMessage (   $content,
  $type,
  $itle,
  $url,
  $responseElement,
  $data,
  $attributes = NULL 
)
abstractprotected

◆ showSimpleMessage()

showSimpleMessage (   $content,
  $type,
  $title = null,
  $icon = "info",
  $timeout = NULL,
  $staticName = null 
)
abstractprotected

◆ updateGitParams()

updateGitParams ( )

Definition at line 76 of file GitTrait.php.


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