Horde_JavascriptMinify_Util_Cmdline
in package
Class that provides common function for running a command line program.
Tags
Table of Contents
- runCmd() : string
- Runs the compression command and returns the output.
Methods
runCmd()
Runs the compression command and returns the output.
public
runCmd(string $text, string $cmd, Horde_Log_Logger $log) : string
Parameters
- $text : string
-
The javascript text.
- $cmd : string
-
Command.
- $log : Horde_Log_Logger
-
Logging object.
Return values
string —The compressed javascript.