PHP 클래스 Todaymade\Daux\Compiler

저자: Fabien Potencier ([email protected])
저자: Jordi Boggiano ([email protected])
저자: Stéphane Goetz ([email protected])
파일 보기 프로젝트 열기: justinwalsh/daux.io

공개 메소드들

메소드 설명
compile ( string $pharFile = 'daux.phar' ) Compiles composer into a single phar file

비공개 메소드들

메소드 설명
addBinary ( $phar )
addComposer ( $phar )
addFile ( $phar, $file, $strip = true )
getStub ( )
stripWhitespace ( string $source ) : string Removes whitespace from a PHP source string while preserving line numbers.

메소드 상세

compile() 공개 메소드

Compiles composer into a single phar file
public compile ( string $pharFile = 'daux.phar' )
$pharFile string The full path to the file to create