PHP Class Horde_JavascriptMinify_Util_Cmdline, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

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

Method Details

runCmd() public méthode

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.
Résultat string The compressed javascript.