메소드 |
설명 |
|
getClient ( ) : Webcreate\Vcs\Common\AbstractClient |
Returns client |
|
parse ( $command, array $arguments = [], $output ) |
(non-PHPdoc) |
|
parseDiffOutput ( string $output, array $arguments = [] ) : string | Webcreate\Vcs\Common\VcsFileInfo[] |
Parse the diff command output to FileInfo objects |
|
parseLogOutput ( string $output, array $arguments = [] ) : string | Webcreate\Vcs\Common\Commit[] |
Parses the log command output to Commit objects |
|
parseStatusOutput ( string $output, array $arguments = [] ) : string | Webcreate\Vcs\Common\FileInfo[] |
Parse the status command output to FileInfo objects |
|
setClient ( Webcreate\Vcs\Common\AbstractClient $client ) |
(non-PHPdoc) |
|