PHP 클래스 Horde_JavascriptMinify_Util_Cmdline, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
runCmd ( string $text, string $cmd, Horde_Log_Logger $log ) : string Runs the compression command and returns the output.

메소드 상세

runCmd() 공개 메소드

Runs the compression command and returns the output.
public runCmd ( string $text, string $cmd, Horde_Log_Logger $log ) : string
$text string The javascript text.
$cmd string Command.
$log Horde_Log_Logger Logging object.
리턴 string The compressed javascript.