PHP 클래스 Magestead\Service\VersionControl

파일 보기 프로젝트 열기: richdynamix/magestead

보호된 프로퍼티들

프로퍼티 타입 설명
$_output
$_projectPath
$_repoUrl

공개 메소드들

메소드 설명
__construct ( $repoUrl, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) VersionControl constructor.
addFiles ( ) Add all file to the GIT index
commitFiles ( ) Commit the files to the repo
init ( ) Initialise the GIT repo
pushFiles ( ) Push all the files to remote repo

보호된 메소드들

메소드 설명
execute ( Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

__construct() 공개 메소드

VersionControl constructor.
public __construct ( $repoUrl, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$repoUrl
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

addFiles() 공개 메소드

Add all file to the GIT index
public addFiles ( )

commitFiles() 공개 메소드

Commit the files to the repo
public commitFiles ( )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

init() 공개 메소드

Initialise the GIT repo
public init ( )

pushFiles() 공개 메소드

Push all the files to remote repo
public pushFiles ( )

프로퍼티 상세

$_output 보호되어 있는 프로퍼티

protected $_output

$_projectPath 보호되어 있는 프로퍼티

protected $_projectPath

$_repoUrl 보호되어 있는 프로퍼티

protected $_repoUrl