Documentation

Horde_JavascriptMinify_Util_Cmdline
in package

Class that provides common function for running a command line program.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2014-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

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.

Search results