PHP 클래스 mageekguy\atoum\scripts\phar\generator

상속: extends mageekguy\atoum\script
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$destinationDirectory
$originDirectory
$pharFactory
$stubFile

공개 메소드들

메소드 설명
__construct ( $name, mageekguy\atoum\adapter $adapter = null )
getDestinationDirectory ( )
getOriginDirectory ( )
getPharFactory ( )
getStubFile ( )
setDestinationDirectory ( $directory )
setOriginDirectory ( $directory )
setPharFactory ( closure $factory = null )
setStubFile ( $stubFile )

보호된 메소드들

메소드 설명
cleanPath ( $path )
doRun ( )
setArgumentHandlers ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name, mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter

cleanPath() 보호된 메소드

protected cleanPath ( $path )

doRun() 보호된 메소드

protected doRun ( )

getDestinationDirectory() 공개 메소드

getOriginDirectory() 공개 메소드

public getOriginDirectory ( )

getPharFactory() 공개 메소드

public getPharFactory ( )

getStubFile() 공개 메소드

public getStubFile ( )

setArgumentHandlers() 보호된 메소드

protected setArgumentHandlers ( )

setDestinationDirectory() 공개 메소드

public setDestinationDirectory ( $directory )

setOriginDirectory() 공개 메소드

public setOriginDirectory ( $directory )

setPharFactory() 공개 메소드

public setPharFactory ( closure $factory = null )
$factory closure

setStubFile() 공개 메소드

public setStubFile ( $stubFile )

프로퍼티 상세

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

protected $destinationDirectory

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

protected $originDirectory

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

protected $pharFactory

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

protected $stubFile