PHP Class Horde_JavascriptMinify_Util_Cmdline, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Methods

Method Description
runCmd ( string $text, string $cmd, Horde_Log_Logger $log ) : string Runs the compression command and returns the output.

Method Details

runCmd() public method

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.
return string The compressed javascript.